| Index: Source/WebCore/svg/animation/SVGSMILElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/svg/animation/SVGSMILElement.cpp (revision 86864)
|
| +++ Source/WebCore/svg/animation/SVGSMILElement.cpp (working copy)
|
| @@ -141,6 +141,8 @@
|
| disconnectConditions();
|
| if (m_timeContainer)
|
| m_timeContainer->unschedule(this);
|
| + if (m_targetElement)
|
| + document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement);
|
| }
|
|
|
| static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const String& attributeName)
|
|
|