Index: Source/core/animation/LengthBoxStyleInterpolation.h |
diff --git a/Source/core/animation/LengthBoxStyleInterpolation.h b/Source/core/animation/LengthBoxStyleInterpolation.h |
index 2057fb945b0f5a629b8ca1efcfa58cd32d82f78a..748dfc793ab32170870abdee331e2d2cf9a128b3 100644 |
--- a/Source/core/animation/LengthBoxStyleInterpolation.h |
+++ b/Source/core/animation/LengthBoxStyleInterpolation.h |
@@ -18,7 +18,7 @@ public: |
static bool usesDefaultInterpolation(const CSSValue&, const CSSValue&); |
- virtual void apply(StyleResolverState&) const override; |
+ void apply(StyleResolverState&) const override; |
DECLARE_VIRTUAL_TRACE(); |
private: |