LibWeb/HTML: Always provide ChildrenChangedMetadata to children changed

This commit is contained in:
Shannon Booth
2026-03-18 13:36:27 +01:00
committed by Jelle Raaijmakers
parent 02783a6f1d
commit cc6536b527
Notes: github-actions[bot] 2026-03-19 08:47:59 +00:00
31 changed files with 37 additions and 34 deletions

View File

@@ -349,7 +349,7 @@ void HTMLOptionElement::removed_from(Node* old_parent, Node& old_root)
update_nearest_select_element();
}
void HTMLOptionElement::children_changed(ChildrenChangedMetadata const* metadata)
void HTMLOptionElement::children_changed(ChildrenChangedMetadata const& metadata)
{
Base::children_changed(metadata);