| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| ===================================================================
|
| --- Source/core/svg/SVGAnimateMotionElement.cpp (revision 158536)
|
| +++ Source/core/svg/SVGAnimateMotionElement.cpp (working copy)
|
| @@ -49,12 +49,6 @@
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -SVGAnimateMotionElement::~SVGAnimateMotionElement()
|
| -{
|
| - if (targetElement())
|
| - clearAnimatedType(targetElement());
|
| -}
|
| -
|
| PassRefPtr<SVGAnimateMotionElement> SVGAnimateMotionElement::create(const QualifiedName& tagName, Document& document)
|
| {
|
| return adoptRef(new SVGAnimateMotionElement(tagName, document));
|
|
|