| Index: Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp
|
| index c8fdc016eb22a24293dae09e66dc818b188c77cf..3b9cb86b69ded20e57f4ef10a954a5c247d0046b 100644
|
| --- a/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -47,11 +47,6 @@ PassRefPtrWillBeRawPtr<SVGAnimateElement> SVGAnimateElement::create(Document& do
|
|
|
| SVGAnimateElement::~SVGAnimateElement()
|
| {
|
| - // FIXME: Oilpan: Below prevent stopAnimValAnimation being called on |targetElement|. This should be moved to |removeFrom| equivalent.
|
| -#if !ENABLE(OILPAN)
|
| - if (targetElement())
|
| - clearAnimatedType(targetElement());
|
| -#endif
|
| }
|
|
|
| AnimatedPropertyType SVGAnimateElement::animatedPropertyType()
|
|
|