mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
LibWeb: Port DOM::Document from DeprecatedString
This commit is contained in:
parent
c4d3134436
commit
f976ec005c
Notes:
sideshowbarker
2024-07-17 07:11:12 +09:00
Author: https://github.com/shannonbooth
Commit: f976ec005c
Pull-request: https://github.com/SerenityOS/serenity/pull/22134
12 changed files with 55 additions and 55 deletions
|
@ -30,7 +30,7 @@ void HTMLTitleElement::children_changed()
|
|||
{
|
||||
HTMLElement::children_changed();
|
||||
if (navigable() && navigable()->is_traversable()) {
|
||||
navigable()->traversable_navigable()->page()->client().page_did_change_title(document().title());
|
||||
navigable()->traversable_navigable()->page()->client().page_did_change_title(document().title().to_deprecated_string());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue