| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index d78a47defbe58e1f2e1828a5fdd280b59e0aed2c..ed38c17479857a02050fede2a97bfd4bb869af01 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -51,11 +51,6 @@ DEFINE_NODE_FACTORY(SVGAnimateMotionElement)
|
|
|
| SVGAnimateMotionElement::~SVGAnimateMotionElement()
|
| {
|
| - // FIXME: Oilpan: We should not comment this out and this should be moved to |removeFrom| equivalent.
|
| -#if !ENABLE(OILPAN)
|
| - if (targetElement())
|
| - clearAnimatedType(targetElement());
|
| -#endif
|
| }
|
|
|
| bool SVGAnimateMotionElement::hasValidAttributeType()
|
|
|