| Index: Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h
|
| index 39937591a0fbd248f5daffeb95e7dfb470bc2c4b..79c84157ae4a0e65d4a330b484fa686afb8730e4 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.h
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.h
|
| @@ -30,8 +30,6 @@ class AffineTransform;
|
|
|
| class SVGAnimateMotionElement FINAL : public SVGAnimationElement {
|
| public:
|
| - virtual ~SVGAnimateMotionElement();
|
| -
|
| static PassRefPtr<SVGAnimateMotionElement> create(const QualifiedName&, Document&);
|
| void updateAnimationPath();
|
|
|
|
|