Index: Source/core/svg/SVGFEColorMatrixElement.h |
diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h |
index 9e6a6527e17aa2ff509b79ce58023d29adbf7c1b..5f7b29abcf983e5c3a35067f81abe6cd7016abbf 100644 |
--- a/Source/core/svg/SVGFEColorMatrixElement.h |
+++ b/Source/core/svg/SVGFEColorMatrixElement.h |
@@ -50,8 +50,6 @@ private: |
RefPtr<SVGAnimatedNumberList> m_values; |
RefPtr<SVGAnimatedString> m_in1; |
RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEColorMatrixElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
} // namespace WebCore |