Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index fa1c6222f530d889d68d9bd86d7b694f263d68a0..32fd218b76b9ab8837f4df4b5ba0b9ba588e8204 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -125,7 +125,6 @@ SVGElement::cleanupAnimatedProperties() |
} |
document().accessSVGExtensions().rebuildAllElementReferencesForTarget(this); |
document().accessSVGExtensions().removeAllElementReferencesForTarget(this); |
- SVGAnimatedProperty::detachAnimatedPropertiesForElement(this); |
} |
void SVGElement::willRecalcStyle(StyleRecalcChange change) |