Index: Source/core/svg/SVGAElement.cpp |
diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp |
index 819888e05f5c7699befa2cd3372aafc99a4dfcef..adb80ce75f8b0526cc90772eafeb77221c13161c 100644 |
--- a/Source/core/svg/SVGAElement.cpp |
+++ b/Source/core/svg/SVGAElement.cpp |
@@ -67,7 +67,6 @@ inline SVGAElement::SVGAElement(Document& document) |
{ |
ScriptWrappable::init(this); |
addToPropertyMap(m_svgTarget); |
- registerAnimatedPropertiesForSVGAElement(); |
} |
PassRefPtr<SVGAElement> SVGAElement::create(Document& document) |