Index: Source/core/svg/SVGForeignObjectElement.cpp |
diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp |
index da9459f55ddf3b5a1c6de5f70eff6d11e0a30b62..1dec0e0b496da109c71f2ac696d9141210ccbf52 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.cpp |
+++ b/Source/core/svg/SVGForeignObjectElement.cpp |
@@ -30,12 +30,6 @@ |
namespace WebCore { |
-// Animated property definitions |
- |
-BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGForeignObjectElement) |
- REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement) |
-END_REGISTER_ANIMATED_PROPERTIES |
- |
inline SVGForeignObjectElement::SVGForeignObjectElement(Document& document) |
: SVGGraphicsElement(SVGNames::foreignObjectTag, document) |
, m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth))) |