Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
index e50cd50d06be43a3de065d0c8fd1c8a335fb5a12..9b6673711fa729dd3bd170e2340479f3b5e0c57a 100644 |
--- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
+++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
@@ -83,8 +83,6 @@ private: |
RefPtr<SVGAnimatedLength> m_width; |
RefPtr<SVGAnimatedLength> m_height; |
RefPtr<SVGAnimatedString> m_result; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFilterPrimitiveStandardAttributes) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
void invalidateFilterPrimitiveParent(SVGElement*); |