| Index: Source/core/svg/SVGCursorElement.h
|
| diff --git a/Source/core/svg/SVGCursorElement.h b/Source/core/svg/SVGCursorElement.h
|
| index 56c02f2c58ad04c1a216ca80b8afc0ff5bf263ea..5c467d569c15279d8375e4fa43a66ca943ad084e 100644
|
| --- a/Source/core/svg/SVGCursorElement.h
|
| +++ b/Source/core/svg/SVGCursorElement.h
|
| @@ -58,8 +58,6 @@ private:
|
|
|
| RefPtr<SVGAnimatedLength> m_x;
|
| RefPtr<SVGAnimatedLength> m_y;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGCursorElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| HashSet<SVGElement*> m_clients;
|
| };
|
|
|