Index: Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
diff --git a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
index 6c6c1845454f7d4c1320ecf43a4b9f8d1e797494..db2fb721de1a6736be9d8bec11756664e2deff68 100644 |
--- a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
+++ b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
@@ -58,7 +58,7 @@ bool AnimatableLengthBoxAndBool::equalTo(const AnimatableValue* value) const |
return box()->equals(lengthBox->box()) && flag() == lengthBox->flag(); |
} |
-void AnimatableLengthBoxAndBool::trace(Visitor* visitor) |
+DEFINE_TRACE(AnimatableLengthBoxAndBool) |
{ |
visitor->trace(m_box); |
AnimatableValue::trace(visitor); |