Index: Source/core/svg/SVGAnimationElement.cpp |
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp |
index 718ca2137efa405de26f962e938ef3525a9e65ba..ee3cc771b47e4ba0bac54bfedfe1e00ddc565c12 100644 |
--- a/Source/core/svg/SVGAnimationElement.cpp |
+++ b/Source/core/svg/SVGAnimationElement.cpp |
@@ -56,7 +56,6 @@ SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document& |
, m_animationMode(NoAnimation) |
{ |
ScriptWrappable::init(this); |
- registerAnimatedPropertiesForSVGAnimationElement(); |
UseCounter::count(document, UseCounter::SVGAnimationElement); |
} |