| Index: Source/core/svg/SVGClipPathElement.h
|
| diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h
|
| index f2d402893abe934b4fa678d18e626e4e7293c748..c6351edaf004214d19aad81b256d9160d6b380b3 100644
|
| --- a/Source/core/svg/SVGClipPathElement.h
|
| +++ b/Source/core/svg/SVGClipPathElement.h
|
| @@ -49,8 +49,6 @@ private:
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
|
|
| RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_clipPathUnits;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGClipPathElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGClipPathElement, hasTagName(SVGNames::clipPathTag));
|
|
|