Index: Source/core/animation/animatable/AnimatableLengthBox.h |
diff --git a/Source/core/animation/animatable/AnimatableLengthBox.h b/Source/core/animation/animatable/AnimatableLengthBox.h |
index 4cb87288438b3779297ca01dc5d643be007d53f3..c93688e9f73ce7ccadbf5983b41434bfcc4b3b9d 100644 |
--- a/Source/core/animation/animatable/AnimatableLengthBox.h |
+++ b/Source/core/animation/animatable/AnimatableLengthBox.h |
@@ -47,7 +47,7 @@ public: |
const AnimatableValue* top() const { return m_top.get(); } |
const AnimatableValue* bottom() const { return m_bottom.get(); } |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override; |