Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 83a336bc12f24d66406e358beb9265a31466d3e0..6f4275451b70fbfa11ec2bb91dc406d1c69ff193 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -90,7 +90,6 @@ inline SVGSVGElement::SVGSVGElement(Document& doc) |
addToPropertyMap(m_y); |
addToPropertyMap(m_width); |
addToPropertyMap(m_height); |
- registerAnimatedPropertiesForSVGSVGElement(); |
UseCounter::count(doc, UseCounter::SVGSVGElement); |
} |