Index: Source/core/svg/SVGLineElement.cpp |
diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp |
index 1d9f7e91dba23c78290dc4e5f90eb8a91e2ff83c..ac176b5c62a158ac6a83a12dd5306398be43525d 100644 |
--- a/Source/core/svg/SVGLineElement.cpp |
+++ b/Source/core/svg/SVGLineElement.cpp |
@@ -46,7 +46,6 @@ inline SVGLineElement::SVGLineElement(Document& document) |
addToPropertyMap(m_y1); |
addToPropertyMap(m_x2); |
addToPropertyMap(m_y2); |
- registerAnimatedPropertiesForSVGLineElement(); |
} |
PassRefPtr<SVGLineElement> SVGLineElement::create(Document& document) |