Index: Source/core/svg/SVGForeignObjectElement.h |
diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h |
index 70a8aa5dae9bb73df8ce0e8548d387b4851dd780..b77db4e8344ee9a2c285b3d83175c1666bdce00a 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.h |
+++ b/Source/core/svg/SVGForeignObjectElement.h |
@@ -53,8 +53,6 @@ private: |
RefPtr<SVGAnimatedLength> m_y; |
RefPtr<SVGAnimatedLength> m_width; |
RefPtr<SVGAnimatedLength> m_height; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGForeignObjectElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
DEFINE_NODE_TYPE_CASTS(SVGForeignObjectElement, hasTagName(SVGNames::foreignObjectTag)); |