mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 19:05:06 +00:00
LibWeb: Notify the PageClient when the children of <title> change
This commit is contained in:
parent
2a5877b02c
commit
4c8dbc908c
2 changed files with 12 additions and 0 deletions
|
@ -36,6 +36,9 @@ public:
|
|||
|
||||
HTMLTitleElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLTitleElement() override;
|
||||
|
||||
private:
|
||||
virtual void children_changed() override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue