Index: Source/core/animation/animatable/AnimatableSVGLength.h |
diff --git a/Source/core/animation/animatable/AnimatableSVGLength.h b/Source/core/animation/animatable/AnimatableSVGLength.h |
index a9c774833765faab47d9196a0f43fac5df0adfc5..3836857ead82037db9e4390c8c80056b60ef8ff3 100644 |
--- a/Source/core/animation/animatable/AnimatableSVGLength.h |
+++ b/Source/core/animation/animatable/AnimatableSVGLength.h |
@@ -50,7 +50,7 @@ public: |
return m_length.get(); |
} |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const override; |