Index: Source/WebCore/html/HTMLElement.h |
diff --git a/Source/WebCore/html/HTMLElement.h b/Source/WebCore/html/HTMLElement.h |
index 473a976e82e3d42301d72a7717e449df9afb8498..9fb9c80173311d5b051b416dd945800e62b98592 100644 |
--- a/Source/WebCore/html/HTMLElement.h |
+++ b/Source/WebCore/html/HTMLElement.h |
@@ -169,6 +169,7 @@ inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document |
: StyledElement(tagName, document, type) |
{ |
ASSERT(tagName.localName().impl()); |
+ ScriptWrappable::init(this); |
} |
} // namespace WebCore |