Index: Source/core/animation/animatable/AnimatableRepeatable.h |
diff --git a/Source/core/animation/animatable/AnimatableRepeatable.h b/Source/core/animation/animatable/AnimatableRepeatable.h |
index 2ec1e20287b15427edc09f1f523cd99e9398498f..c8dcfe0e83e49d2bef1da29c31913520a7f8de00 100644 |
--- a/Source/core/animation/animatable/AnimatableRepeatable.h |
+++ b/Source/core/animation/animatable/AnimatableRepeatable.h |
@@ -50,7 +50,7 @@ public: |
const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& values() const { return m_values; } |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
AnimatableRepeatable() |