Index: Source/core/svg/SVGPolyElement.h |
diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h |
index 28e6f03011f73c573c0dd1fe3e7ab7209fd914cf..d5ecf87c1a0f0a7dce6834249707422c5c393bf3 100644 |
--- a/Source/core/svg/SVGPolyElement.h |
+++ b/Source/core/svg/SVGPolyElement.h |
@@ -50,8 +50,6 @@ private: |
private: |
RefPtr<SVGAnimatedPointList> m_points; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGPolyElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
inline bool isSVGPolyElement(const Node& node) |