| Index: Source/core/svg/SVGAnimatedPath.h
|
| diff --git a/Source/core/svg/SVGAnimatedPath.h b/Source/core/svg/SVGAnimatedPath.h
|
| index 2a2cc797b5399ed30505dfbc3892ef04244f9f0b..91e7a01e83cec0f41c4b5f4af8c1f66e6f071e78 100644
|
| --- a/Source/core/svg/SVGAnimatedPath.h
|
| +++ b/Source/core/svg/SVGAnimatedPath.h
|
| @@ -40,7 +40,7 @@ class SVGPathElement;
|
|
|
| class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
|
| public:
|
| - virtual ~SVGAnimatedPath();
|
| + ~SVGAnimatedPath() override;
|
|
|
| static PassRefPtrWillBeRawPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName)
|
| {
|
|
|