mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:27:42 +00:00
LibWeb: Port DOM::Document from DeprecatedString
This commit is contained in:
parent
c4d3134436
commit
f976ec005c
12 changed files with 55 additions and 55 deletions
|
@ -42,7 +42,7 @@ void SVGTitleElement::children_changed()
|
|||
auto* document_element = document().document_element();
|
||||
|
||||
if (document_element == parent() && is<SVGElement>(document_element))
|
||||
page->client().page_did_change_title(document().title());
|
||||
page->client().page_did_change_title(document().title().to_deprecated_string());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue