| Index: Source/core/animation/InertAnimation.h
|
| diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
|
| index bf7e9922b56d0d88f79af436df8bc9e9687a0d05..42358cdbcdf1b0d81bbe82f694532dd42753cbdf 100644
|
| --- a/Source/core/animation/InertAnimation.h
|
| +++ b/Source/core/animation/InertAnimation.h
|
| @@ -44,7 +44,7 @@ public:
|
| AnimationEffect* effect() const { return m_effect.get(); }
|
| bool paused() const { return m_paused; }
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| virtual void updateChildrenAndEffects() const override { }
|
|
|