mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
LibWeb: Visit Animatable::m_associated_effects
This commit is contained in:
parent
2a021a35fc
commit
24ec5838ba
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