Index: Source/core/animation/LengthStyleInterpolation.cpp |
diff --git a/Source/core/animation/LengthStyleInterpolation.cpp b/Source/core/animation/LengthStyleInterpolation.cpp |
index effaf43168f31f34598aba819483a4db8969647f..0626c2b0e9adaf0f3de707e8960c297b7cd1a0f0 100644 |
--- a/Source/core/animation/LengthStyleInterpolation.cpp |
+++ b/Source/core/animation/LengthStyleInterpolation.cpp |
@@ -120,7 +120,7 @@ void LengthStyleInterpolation::apply(StyleResolverState& state) const |
StyleBuilder::applyProperty(m_id, state, fromInterpolableValue(*m_cachedValue.get(), m_range).get()); |
} |
-void LengthStyleInterpolation::trace(Visitor* visitor) |
+DEFINE_TRACE(LengthStyleInterpolation) |
{ |
StyleInterpolation::trace(visitor); |
} |