Index: Source/WebCore/html/HTMLBodyElement.cpp |
diff --git a/Source/WebCore/html/HTMLBodyElement.cpp b/Source/WebCore/html/HTMLBodyElement.cpp |
index 77d30e3b31a446de7b9495bcd0d4958c2b97bc49..12f60da2b1792aeca7c55efc7abbcfa7ab3c5c04 100644 |
--- a/Source/WebCore/html/HTMLBodyElement.cpp |
+++ b/Source/WebCore/html/HTMLBodyElement.cpp |
@@ -46,6 +46,7 @@ HTMLBodyElement::HTMLBodyElement(const QualifiedName& tagName, Document* documen |
: HTMLElement(tagName, document) |
{ |
ASSERT(hasTagName(bodyTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(Document* document) |