mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 23:39:44 +00:00
LibURL: Rename 'cannot be a base URL' state to 'opaque path' state
This follows a rename made in the URL specification.
This commit is contained in:
parent
f8f21319f9
commit
f775ee8a93
Notes:
github-actions[bot]
2025-03-15 11:40:33 +00:00
Author: https://github.com/shannonbooth
Commit: f775ee8a93
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3812
Reviewed-by: https://github.com/tcl3
Reviewed-by: https://github.com/trflynn89
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ namespace URL {
|
|||
STATE(FileHost) \
|
||||
STATE(PathStart) \
|
||||
STATE(Path) \
|
||||
STATE(CannotBeABaseUrlPath) \
|
||||
STATE(OpaquePath) \
|
||||
STATE(Query) \
|
||||
STATE(Fragment)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue