Index: Source/core/animation/NumberSVGInterpolation.h |
diff --git a/Source/core/animation/NumberSVGInterpolation.h b/Source/core/animation/NumberSVGInterpolation.h |
index 1cb970700ec5de40dceec956ed011b8b74f56c57..61ab110d9eb4b1a9a4cf3cda7c70da7c1f272406 100644 |
--- a/Source/core/animation/NumberSVGInterpolation.h |
+++ b/Source/core/animation/NumberSVGInterpolation.h |
@@ -31,7 +31,7 @@ public: |
return true; |
} |
- virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const override final |
+ PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final |
{ |
return fromInterpolableValue(*m_cachedValue, m_negativeValuesMode); |
} |