Index: Source/core/animation/animatable/AnimatableSVGLength.cpp |
diff --git a/Source/core/animation/animatable/AnimatableSVGLength.cpp b/Source/core/animation/animatable/AnimatableSVGLength.cpp |
index 5f4a24740267e8721332b78dfda5f80e44ec7a81..e6d959902531e0afe7d1d92f723433ebb72df133 100644 |
--- a/Source/core/animation/animatable/AnimatableSVGLength.cpp |
+++ b/Source/core/animation/animatable/AnimatableSVGLength.cpp |
@@ -61,7 +61,7 @@ bool AnimatableSVGLength::equalTo(const AnimatableValue* value) const |
return *m_length == *toAnimatableSVGLength(value)->m_length; |
} |
-void AnimatableSVGLength::trace(Visitor* visitor) |
+DEFINE_TRACE(AnimatableSVGLength) |
{ |
visitor->trace(m_length); |
AnimatableValue::trace(visitor); |