Index: Source/core/animation/LengthPairStyleInterpolation.h |
diff --git a/Source/core/animation/LengthPairStyleInterpolation.h b/Source/core/animation/LengthPairStyleInterpolation.h |
index 81f17222dd1b38784bfd91ef554d2856845644e2..18e2a280832df47f1dc6dea9bbd1ac8c7cc2dd04 100644 |
--- a/Source/core/animation/LengthPairStyleInterpolation.h |
+++ b/Source/core/animation/LengthPairStyleInterpolation.h |
@@ -20,7 +20,6 @@ public: |
static bool canCreateFrom(const CSSValue&); |
virtual void apply(StyleResolverState&) const override; |
- virtual void trace(Visitor*) override; |
private: |
LengthPairStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, ValueRange range) |