Index: Source/core/svg/SVGFEDropShadowElement.h |
diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h |
index c3f9d0eb956300e26f549ba3bfe9a821a973b9b7..a0ae9d1ae071106bd723cbc2c1b3c68ecf6ef5e9 100644 |
--- a/Source/core/svg/SVGFEDropShadowElement.h |
+++ b/Source/core/svg/SVGFEDropShadowElement.h |
@@ -54,8 +54,6 @@ private: |
RefPtr<SVGAnimatedNumber> m_dy; |
RefPtr<SVGAnimatedNumberOptionalNumber> m_stdDeviation; |
RefPtr<SVGAnimatedString> m_in1; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEDropShadowElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
} // namespace WebCore |