Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
23c1e1d2b5 LibWeb: Avoid creating RAF driver when canceling frames
Treat a missing animation frame callback driver as an empty map when
canceling a frame. This keeps media controls finalization from
allocating while GC is collecting unreachable media elements.

Cover this with a media controls GC text test.
2026-05-26 09:09:11 +02:00