Index: Source/core/svg/SVGElement.cpp |
=================================================================== |
--- Source/core/svg/SVGElement.cpp (revision 158536) |
+++ Source/core/svg/SVGElement.cpp (working copy) |
@@ -79,7 +79,6 @@ |
SVGElement::~SVGElement() |
{ |
- SVGAnimatedProperty::detachAnimatedPropertiesWrappersForElement(this); |
if (!hasSVGRareData()) |
ASSERT(!SVGElementRareData::rareDataMap().contains(this)); |
else { |
@@ -107,7 +106,6 @@ |
} |
document().accessSVGExtensions()->rebuildAllElementReferencesForTarget(this); |
document().accessSVGExtensions()->removeAllElementReferencesForTarget(this); |
- SVGAnimatedProperty::detachAnimatedPropertiesForElement(this); |
} |
void SVGElement::willRecalcStyle(StyleRecalcChange change) |