Index: Source/core/animation/AnimationPlayer.h |
diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h |
index 0cf77a91eaaf5a8c386015e0189fe5e7af756979..dc1739552c2365aac6592bf6939849cd1bc1ef09 100644 |
--- a/Source/core/animation/AnimationPlayer.h |
+++ b/Source/core/animation/AnimationPlayer.h |
@@ -170,7 +170,7 @@ public: |
virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) override; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
AnimationPlayer(ExecutionContext*, AnimationTimeline&, AnimationNode*); |