| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 5d2141edb8c93f0724a500cbd84a355361cee363..91af0b007e03c3daa062bcf77a23ae444393440b 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -192,7 +192,9 @@ SVGSMILElement::SVGSMILElement(const QualifiedName& tagName, Document& doc)
|
|
|
| SVGSMILElement::~SVGSMILElement()
|
| {
|
| +#if !ENABLE(OILPAN)
|
| clearResourceAndEventBaseReferences();
|
| +#endif
|
| smilEndEventSender().cancelEvent(this);
|
| smilBeginEventSender().cancelEvent(this);
|
| smilRepeatEventSender().cancelEvent(this);
|
|
|