Index: Source/WebCore/svg/SVGRectElement.cpp |
diff --git a/Source/WebCore/svg/SVGRectElement.cpp b/Source/WebCore/svg/SVGRectElement.cpp |
index d286004fa7ab6363b7832410f87b6535afe604d7..afc4452aa360b8079415a95744c8b9e192607ec2 100644 |
--- a/Source/WebCore/svg/SVGRectElement.cpp |
+++ b/Source/WebCore/svg/SVGRectElement.cpp |
@@ -64,6 +64,7 @@ inline SVGRectElement::SVGRectElement(const QualifiedName& tagName, Document* do |
, m_ry(LengthModeHeight) |
{ |
ASSERT(hasTagName(SVGNames::rectTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGRectElement(); |
} |