Index: Source/core/animation/ColorStyleInterpolation.cpp |
diff --git a/Source/core/animation/ColorStyleInterpolation.cpp b/Source/core/animation/ColorStyleInterpolation.cpp |
index 0f96cf22ff193443a6a4a816d6a5b2ca75e0e1ce..e96ff48475bd06c863c4e9063707e58703cb4e29 100644 |
--- a/Source/core/animation/ColorStyleInterpolation.cpp |
+++ b/Source/core/animation/ColorStyleInterpolation.cpp |
@@ -74,7 +74,7 @@ void ColorStyleInterpolation::apply(StyleResolverState& state) const |
StyleBuilder::applyProperty(m_id, state, interpolableValueToColor(*m_cachedValue).get()); |
} |
-void ColorStyleInterpolation::trace(Visitor* visitor) |
+DEFINE_TRACE(ColorStyleInterpolation) |
{ |
StyleInterpolation::trace(visitor); |
} |