Index: Source/core/animation/ColorStyleInterpolation.h |
diff --git a/Source/core/animation/ColorStyleInterpolation.h b/Source/core/animation/ColorStyleInterpolation.h |
index 968def7e8500dabdb65f37da96b51787f66c0951..fb3f722d3f81155cf4394acc121fbfb08e0ba31b 100644 |
--- a/Source/core/animation/ColorStyleInterpolation.h |
+++ b/Source/core/animation/ColorStyleInterpolation.h |
@@ -26,7 +26,7 @@ public: |
virtual void apply(StyleResolverState&) const override; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
ColorStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id) |