| Index: Source/core/animation/ActiveAnimations.h
|
| diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
|
| index 7eb4b959de3c05b5eab6536a2657fd3d0b948916..9cb4b60e4661018dd171d28d6750ea5feb5ee47c 100644
|
| --- a/Source/core/animation/ActiveAnimations.h
|
| +++ b/Source/core/animation/ActiveAnimations.h
|
| @@ -79,7 +79,7 @@ public:
|
| void notifyAnimationDestroyed(Animation* animation) { m_animations.remove(m_animations.find(animation)); }
|
| #endif
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| bool isAnimationStyleChange() const { return m_animationStyleChange; }
|
|
|