mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Everywhere: Use URL::about_XXX factory functions
This commit is contained in:
parent
07f054e067
commit
9072a7caef
Notes:
github-actions[bot]
2025-02-15 17:06:59 +00:00
Author: https://github.com/shannonbooth
Commit: 9072a7caef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3586
Reviewed-by: https://github.com/tcl3 ✅
18 changed files with 28 additions and 28 deletions
|
@ -15,7 +15,7 @@ class XMLDocument final : public Document {
|
|||
GC_DECLARE_ALLOCATOR(XMLDocument);
|
||||
|
||||
public:
|
||||
static GC::Ref<XMLDocument> create(JS::Realm&, URL::URL const& url = "about:blank"sv);
|
||||
static GC::Ref<XMLDocument> create(JS::Realm&, URL::URL const& url = URL::about_blank());
|
||||
virtual ~XMLDocument() override = default;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue