Index: Source/core/animation/ColorStyleInterpolation.h |
diff --git a/Source/core/animation/ColorStyleInterpolation.h b/Source/core/animation/ColorStyleInterpolation.h |
index f8ed13bf5c9b66c1ed1169193390fc22657f3067..cc25f026afc8457059bdf7368bdf1ab27ac03df0 100644 |
--- a/Source/core/animation/ColorStyleInterpolation.h |
+++ b/Source/core/animation/ColorStyleInterpolation.h |
@@ -25,7 +25,7 @@ public: |
static bool canCreateFrom(const CSSValue&); |
- virtual void apply(StyleResolverState&) const override; |
+ void apply(StyleResolverState&) const override; |
DECLARE_VIRTUAL_TRACE(); |