Index: Source/core/animation/AngleSVGInterpolation.h |
diff --git a/Source/core/animation/AngleSVGInterpolation.h b/Source/core/animation/AngleSVGInterpolation.h |
index dff98327546b74d53909cd619afebc68d2485480..a4c8f8ca095d3b76e1bf5828913379b469bd9bc4 100644 |
--- a/Source/core/animation/AngleSVGInterpolation.h |
+++ b/Source/core/animation/AngleSVGInterpolation.h |
@@ -24,7 +24,7 @@ public: |
return toSVGAngle(value)->orientType()->enumValue() == SVGMarkerOrientAngle; |
} |
- virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const override final |
+ PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final |
{ |
return fromInterpolableValue(m_cachedValue.get()); |
} |