| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index aaabbcabec53861588592c39e78408d11abf7b00..ce793b1afca0675e22d7057aa9ad70ee5123d93f 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -50,11 +50,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -// Animated property definitions
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGPathElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
| -
|
| inline SVGPathElement::SVGPathElement(Document& document)
|
| : SVGGeometryElement(SVGNames::pathTag, document)
|
| , m_pathLength(SVGAnimatedNumber::create(this, SVGNames::pathLengthAttr, SVGNumber::create()))
|
|
|