Files
ladybird/Libraries/LibWeb/DOM
Andreas Kling ab64676742 LibWeb: Make Node::moved_from() MUST_UPCALL
Since we now maintain cached state (m_in_editable_subtree) in the base
Node::moved_from(), subclasses must always call up to ensure the flag
is recomputed. Mark it MUST_UPCALL like inserted() and removed_from().
2026-02-21 03:51:28 +01:00
..
2026-01-31 11:44:20 +01:00