Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 9cfa596558555f9485b7c008f8b59eb5834de466..49921bc61d279959b865a818d4436ecf454c04ef 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -44,7 +44,6 @@ SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& d |
, m_transform(SVGAnimatedTransformList::create(this, SVGNames::transformAttr, SVGTransformList::create())) |
{ |
addToPropertyMap(m_transform); |
- registerAnimatedPropertiesForSVGGraphicsElement(); |
} |
SVGGraphicsElement::~SVGGraphicsElement() |