Index: Source/core/animation/InterpolationEffect.cpp |
diff --git a/Source/core/animation/InterpolationEffect.cpp b/Source/core/animation/InterpolationEffect.cpp |
index 101310f0d0c1d225c65f0d65e55e2467eaa27803..6989aa9abf11c16184924763d41f315a30955fec 100644 |
--- a/Source/core/animation/InterpolationEffect.cpp |
+++ b/Source/core/animation/InterpolationEffect.cpp |
@@ -73,12 +73,12 @@ void InterpolationEffect::addInterpolationsFromKeyframes(CSSPropertyID property, |
} |
} |
-void InterpolationEffect::InterpolationRecord::trace(Visitor* visitor) |
+DEFINE_TRACE(InterpolationEffect::InterpolationRecord) |
{ |
visitor->trace(m_interpolation); |
} |
-void InterpolationEffect::trace(Visitor* visitor) |
+DEFINE_TRACE(InterpolationEffect) |
{ |
visitor->trace(m_interpolations); |
} |