Index: Source/core/animation/IntegerSVGInterpolation.h |
diff --git a/Source/core/animation/IntegerSVGInterpolation.h b/Source/core/animation/IntegerSVGInterpolation.h |
index c74b0ae026721b2d9a078d31203e69e45067bb8a..53187e8e383f5aff7f29d62aac3e115a2d810218 100644 |
--- a/Source/core/animation/IntegerSVGInterpolation.h |
+++ b/Source/core/animation/IntegerSVGInterpolation.h |
@@ -17,7 +17,7 @@ public: |
return adoptRefWillBeNoop(new IntegerSVGInterpolation(toInterpolableValue(start), toInterpolableValue(end), attribute)); |
} |
- virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const override final |
+ PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final |
{ |
return fromInterpolableValue(*m_cachedValue); |
} |