Index: Source/WebCore/svg/SVGSVGElement.cpp |
diff --git a/Source/WebCore/svg/SVGSVGElement.cpp b/Source/WebCore/svg/SVGSVGElement.cpp |
index f6ec8b35019a6ff63a6a201ece9b5e59718d0081..16589d875e3e84b8b15c54804a1d0c7021e70aac 100644 |
--- a/Source/WebCore/svg/SVGSVGElement.cpp |
+++ b/Source/WebCore/svg/SVGSVGElement.cpp |
@@ -93,6 +93,7 @@ inline SVGSVGElement::SVGSVGElement(const QualifiedName& tagName, Document* doc) |
, m_timeContainer(SMILTimeContainer::create(this)) |
{ |
ASSERT(hasTagName(SVGNames::svgTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGSVGElement(); |
doc->registerForPageCacheSuspensionCallbacks(this); |
} |