Index: Source/core/animation/animatable/AnimatableLength.h |
diff --git a/Source/core/animation/animatable/AnimatableLength.h b/Source/core/animation/animatable/AnimatableLength.h |
index 7fd702c71cccff6385263eb2cb52bad007c3000c..7a9c3f10ef4ff48b6666f7c68699362c049b1e56 100644 |
--- a/Source/core/animation/animatable/AnimatableLength.h |
+++ b/Source/core/animation/animatable/AnimatableLength.h |
@@ -64,7 +64,7 @@ private: |
virtual AnimatableType type() const override { return TypeLength; } |
virtual bool equalTo(const AnimatableValue*) const override; |
- virtual void trace(Visitor* visitor) override { AnimatableValue::trace(visitor); } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { AnimatableValue::trace(visitor); } |
double m_pixels; |
double m_percent; |