mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibURL/Pattern: Complete the implementation of the constructor
This commit is contained in:
parent
c9e6ad562c
commit
e35555f00e
Notes:
github-actions[bot]
2025-04-06 12:27:22 +00:00
Author: https://github.com/shannonbooth
Commit: e35555f00e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3847
Reviewed-by: https://github.com/trflynn89
4 changed files with 208 additions and 135 deletions
|
@ -34,4 +34,6 @@ struct Component {
|
|||
static PatternErrorOr<Component> compile(Utf8View const& input, PatternParser::EncodingCallback, Options const&);
|
||||
};
|
||||
|
||||
bool protocol_component_matches_a_special_scheme(Component const& protocol_component);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue