Index: Source/core/svg/SVGUseElement.cpp |
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp |
index 70f9169bb6b44a5900329074107a4b6b902f4bd5..574a9d2f37ec86969e2c9a46263edd39a380effa 100644 |
--- a/Source/core/svg/SVGUseElement.cpp |
+++ b/Source/core/svg/SVGUseElement.cpp |
@@ -76,7 +76,6 @@ inline SVGUseElement::SVGUseElement(Document& document, bool wasInsertedByParser |
addToPropertyMap(m_y); |
addToPropertyMap(m_width); |
addToPropertyMap(m_height); |
- registerAnimatedPropertiesForSVGUseElement(); |
} |
PassRefPtr<SVGUseElement> SVGUseElement::create(Document& document, bool wasInsertedByParser) |