mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
LibWeb/DOM: Visit the animation of Document's pending animations
This commit is contained in:
parent
ffda698d3a
commit
589538ec8f
Notes:
github-actions[bot]
2024-12-27 19:51:05 +00:00
Author: https://github.com/LucasChollet Commit: https://github.com/LadybirdBrowser/ladybird/commit/589538ec8f7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3064 Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -525,6 +525,7 @@ void Document::visit_edges(Cell::Visitor& visitor)
|
|||
|
||||
for (auto& event : m_pending_animation_event_queue) {
|
||||
visitor.visit(event.event);
|
||||
visitor.visit(event.animation);
|
||||
visitor.visit(event.target);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue