| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index b3c07da51c386001385186e964684d555207eb25..41df77f601cadc123421f3861142c081abf47e85 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -50,8 +50,10 @@ inline SVGAnimateMotionElement::SVGAnimateMotionElement(Document& document)
|
|
|
| SVGAnimateMotionElement::~SVGAnimateMotionElement()
|
| {
|
| +#if !ENABLE(OILPAN)
|
| if (targetElement())
|
| clearAnimatedType(targetElement());
|
| +#endif
|
| }
|
|
|
| PassRefPtr<SVGAnimateMotionElement> SVGAnimateMotionElement::create(Document& document)
|
|
|