Index: Source/core/animation/animatable/AnimatableLengthPoint.h |
diff --git a/Source/core/animation/animatable/AnimatableLengthPoint.h b/Source/core/animation/animatable/AnimatableLengthPoint.h |
index ef5ac28203c8156f10ef668087fdb073ee241ebc..d4bb8526145afe789e25ac7a872bba0a7c42c99b 100644 |
--- a/Source/core/animation/animatable/AnimatableLengthPoint.h |
+++ b/Source/core/animation/animatable/AnimatableLengthPoint.h |
@@ -45,7 +45,7 @@ public: |
const AnimatableValue* x() const { return m_x.get(); } |
const AnimatableValue* y() const { return m_y.get(); } |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override; |