| Index: Source/core/animation/PathSVGInterpolation.h
|
| diff --git a/Source/core/animation/PathSVGInterpolation.h b/Source/core/animation/PathSVGInterpolation.h
|
| index 24b90a547a59f3d129a78cb970706cbf3fdab351..99b7848fdfae488e6313d745cd8449a1e0645264 100644
|
| --- a/Source/core/animation/PathSVGInterpolation.h
|
| +++ b/Source/core/animation/PathSVGInterpolation.h
|
| @@ -14,7 +14,7 @@ class PathSVGInterpolation : public SVGInterpolation {
|
| public:
|
| static PassRefPtrWillBeRawPtr<PathSVGInterpolation> maybeCreate(SVGPropertyBase* start, SVGPropertyBase* end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute);
|
|
|
| - virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const override final;
|
| + PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
|
|