Files
ladybird/Libraries/LibWeb/HTML/HTMLMediaElement.cpp
Andreas Kling 7930a6bd25 LibWeb: Cancel media controls when finalizing the host media element
Tear down the MediaControls (and its Core::Timer-driven hover handler)
during HTMLMediaElement finalization. Otherwise, between weak-clearing
and incremental sweep destroying the element, a queued hover timer
event can still fire and trip a VERIFY against an already-cleared
GC::Weak reference to a shadow tree node.
2026-05-10 10:58:11 +02:00

141 KiB