Index: Source/core/svg/SVGForeignObjectElement.cpp |
diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp |
index 0a8428a01acab39a31495f05294619c77c4a2727..da9459f55ddf3b5a1c6de5f70eff6d11e0a30b62 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.cpp |
+++ b/Source/core/svg/SVGForeignObjectElement.cpp |
@@ -49,7 +49,6 @@ inline SVGForeignObjectElement::SVGForeignObjectElement(Document& document) |
addToPropertyMap(m_y); |
addToPropertyMap(m_width); |
addToPropertyMap(m_height); |
- registerAnimatedPropertiesForSVGForeignObjectElement(); |
} |
PassRefPtr<SVGForeignObjectElement> SVGForeignObjectElement::create(Document& document) |