| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index b9340cce5f3f1098395ba332d321c0efd11a51a0..2c94586d4e820f919f9ba65e078aeb8a98501b0c 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -52,7 +52,6 @@ SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagNam
|
| addToPropertyMap(m_dx);
|
| addToPropertyMap(m_dy);
|
| addToPropertyMap(m_rotate);
|
| - registerAnimatedPropertiesForSVGTextPositioningElement();
|
| }
|
|
|
| bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName)
|
|
|