mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb: Visit Animatable::m_associated_effects
This commit is contained in:
parent
2a021a35fc
commit
24ec5838ba
Notes:
sideshowbarker
2024-07-16 20:39:14 +09:00
Author: https://github.com/mattco98
Commit: 24ec5838ba
Pull-request: https://github.com/SerenityOS/serenity/pull/23523
3 changed files with 12 additions and 0 deletions
|
@ -91,6 +91,7 @@ void Element::visit_edges(Cell::Visitor& visitor)
|
|||
{
|
||||
Base::visit_edges(visitor);
|
||||
SlottableMixin::visit_edges(visitor);
|
||||
Animatable::visit_edges(visitor);
|
||||
|
||||
visitor.visit(m_attributes);
|
||||
visitor.visit(m_inline_style);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue