mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 20:31:59 +00:00
LibWeb: Rename Document::complete_url() => parse_url()
This better matches the spec nomenclature.
This commit is contained in:
parent
0839442da5
commit
e1fb8bef09
Notes:
sideshowbarker
2024-07-18 04:22:15 +09:00
Author: https://github.com/awesomekling
Commit: e1fb8bef09
12 changed files with 18 additions and 16 deletions
|
@ -38,7 +38,7 @@ void HTMLObjectElement::parse_attribute(const FlyString& name, const String& val
|
|||
HTMLElement::parse_attribute(name, value);
|
||||
|
||||
if (name == HTML::AttributeNames::data)
|
||||
m_image_loader.load(document().complete_url(value));
|
||||
m_image_loader.load(document().parse_url(value));
|
||||
}
|
||||
|
||||
RefPtr<Layout::Node> HTMLObjectElement::create_layout_node()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue