Index: Source/core/svg/SVGPathElement.h |
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h |
index a2a890334c24a0e7ca022858a4f6f2fee8537349..f4acfe5616bf3f03722923d3fb62987ff7894c32 100644 |
--- a/Source/core/svg/SVGPathElement.h |
+++ b/Source/core/svg/SVGPathElement.h |
@@ -112,8 +112,6 @@ private: |
RefPtr<SVGAnimatedNumber> m_pathLength; |
RefPtr<SVGAnimatedPath> m_pathSegList; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGPathElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
DEFINE_NODE_TYPE_CASTS(SVGPathElement, hasTagName(SVGNames::pathTag)); |