mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
AK: Update URLParser.{cpp,h} to use east const
This commit is contained in:
parent
0f8ed6183b
commit
44937e2dfc
2 changed files with 13 additions and 13 deletions
|
@ -38,10 +38,10 @@ public:
|
|||
Fragment
|
||||
};
|
||||
|
||||
static URL parse(Badge<URL>, const StringView& input, const URL* base_url = nullptr);
|
||||
static URL parse(Badge<URL>, StringView const& input, URL const* base_url = nullptr);
|
||||
|
||||
private:
|
||||
static Optional<URL> parse_data_url(const StringView& raw_input);
|
||||
static Optional<URL> parse_data_url(StringView const& raw_input);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue