| Index: Source/core/svg/SVGCircleElement.cpp
|
| diff --git a/Source/core/svg/SVGCircleElement.cpp b/Source/core/svg/SVGCircleElement.cpp
|
| index 18d70e5341ff9e3a9abe08ed8f93d71940527af1..7e8719adeee31439b7de3dfb3a8f4271bb63056b 100644
|
| --- a/Source/core/svg/SVGCircleElement.cpp
|
| +++ b/Source/core/svg/SVGCircleElement.cpp
|
| @@ -29,11 +29,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -// Animated property definitions
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGCircleElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
| -
|
| inline SVGCircleElement::SVGCircleElement(Document& document)
|
| : SVGGeometryElement(SVGNames::circleTag, document)
|
| , m_cx(SVGAnimatedLength::create(this, SVGNames::cxAttr, SVGLength::create(LengthModeWidth)))
|
|
|