Index: Source/WebCore/svg/SVGStyleElement.cpp |
diff --git a/Source/WebCore/svg/SVGStyleElement.cpp b/Source/WebCore/svg/SVGStyleElement.cpp |
index d009aaaa6551d3f20daa2480cb90ade18f80d5c6..836e3acf24b99c3c575c0beeaf1947c699bdf4d2 100644 |
--- a/Source/WebCore/svg/SVGStyleElement.cpp |
+++ b/Source/WebCore/svg/SVGStyleElement.cpp |
@@ -40,6 +40,7 @@ inline SVGStyleElement::SVGStyleElement(const QualifiedName& tagName, Document* |
, m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired) |
{ |
ASSERT(hasTagName(SVGNames::styleTag)); |
+ ScriptWrappable::init(this); |
} |
SVGStyleElement::~SVGStyleElement() |