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:
Shannon Booth 2025-03-05 16:32:23 +13:00 committed by Tim Flynn
commit f775ee8a93
Notes: github-actions[bot] 2025-03-15 11:40:33 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ namespace URL {
STATE(FileHost) \
STATE(PathStart) \
STATE(Path) \
STATE(CannotBeABaseUrlPath) \
STATE(OpaquePath) \
STATE(Query) \
STATE(Fragment)