| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index 95226933fe070560c0a64ffe1a0677f8097c0355..aaabbcabec53861588592c39e78408d11abf7b00 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -64,7 +64,6 @@ inline SVGPathElement::SVGPathElement(Document& document)
|
|
|
| addToPropertyMap(m_pathLength);
|
| addToPropertyMap(m_pathSegList);
|
| - registerAnimatedPropertiesForSVGPathElement();
|
| }
|
|
|
| PassRefPtr<SVGPathElement> SVGPathElement::create(Document& document)
|
|
|