| Index: Source/core/animation/DefaultSVGInterpolation.h
|
| diff --git a/Source/core/animation/DefaultSVGInterpolation.h b/Source/core/animation/DefaultSVGInterpolation.h
|
| index 0d641a4d84d597b8de63e8b72b6ed2e5c1d9b198..96836eafbe9849219f8c3663185f6c589218d207 100644
|
| --- a/Source/core/animation/DefaultSVGInterpolation.h
|
| +++ b/Source/core/animation/DefaultSVGInterpolation.h
|
| @@ -16,7 +16,7 @@ public:
|
| return adoptRefWillBeNoop(new DefaultSVGInterpolation(start, end, attribute));
|
| }
|
|
|
| - virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const override final;
|
| + PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|