LibWeb/HTML: Implement HTMLOptionElement moving steps

This commit is contained in:
Sam Atkins
2026-04-16 20:17:37 +01:00
parent 6d02296eb5
commit f434ddc01f
Notes: github-actions[bot] 2026-04-22 13:06:58 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ private:
virtual void inserted() override;
virtual void removed_from(IsSubtreeRoot, Node* old_ancestor, Node& old_root) override;
virtual void moved_from(IsSubtreeRoot, GC::Ptr<Node> old_ancestor) override;
virtual void children_changed(ChildrenChangedMetadata const&) override;
void ask_for_a_reset();