Index: Source/WebCore/html/shadow/HTMLShadowElement.cpp |
diff --git a/Source/WebCore/html/shadow/HTMLShadowElement.cpp b/Source/WebCore/html/shadow/HTMLShadowElement.cpp |
index 465c762cb6715517799d8135b26a665bf713b5fe..a1eb95b84b255f1df2db76b7b88d91ebf8e5ddd4 100644 |
--- a/Source/WebCore/html/shadow/HTMLShadowElement.cpp |
+++ b/Source/WebCore/html/shadow/HTMLShadowElement.cpp |
@@ -45,6 +45,7 @@ inline HTMLShadowElement::HTMLShadowElement(const QualifiedName& tagName, Docume |
: InsertionPoint(tagName, document) |
{ |
ASSERT(hasTagName(HTMLNames::shadowTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLShadowElement> HTMLShadowElement::create(const QualifiedName& tagName, Document* document) |