| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index a2865e983b79b88339faa63a0fdd3cf2f0080a11..dda8f7943c6d9665c4b36e2cb08a107aaa6ad194 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -69,7 +69,6 @@ inline SVGTextPathElement::SVGTextPathElement(Document& document)
|
| addToPropertyMap(m_startOffset);
|
| addToPropertyMap(m_method);
|
| addToPropertyMap(m_spacing);
|
| - registerAnimatedPropertiesForSVGTextPathElement();
|
| }
|
|
|
| PassRefPtr<SVGTextPathElement> SVGTextPathElement::create(Document& document)
|
|
|