| Index: Source/core/svg/SVGCircleElement.h
|
| diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h
|
| index b63431829a8b325c83267a08d8b6eeca47503122..dd3bc5b42119a7cb3e28b64eb436f830fcc2b1e1 100644
|
| --- a/Source/core/svg/SVGCircleElement.h
|
| +++ b/Source/core/svg/SVGCircleElement.h
|
| @@ -52,8 +52,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_cx;
|
| RefPtr<SVGAnimatedLength> m_cy;
|
| RefPtr<SVGAnimatedLength> m_r;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGCircleElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGCircleElement, hasTagName(SVGNames::circleTag));
|
|
|