Index: Source/WebCore/html/HTMLDialogElement.cpp |
diff --git a/Source/WebCore/html/HTMLDialogElement.cpp b/Source/WebCore/html/HTMLDialogElement.cpp |
index fdadaf3bcd6bdc93bc404bea658a368d65fa220d..3f32fa3cd223537a4fc0b09ea5a6d3bf26b88f55 100644 |
--- a/Source/WebCore/html/HTMLDialogElement.cpp |
+++ b/Source/WebCore/html/HTMLDialogElement.cpp |
@@ -38,6 +38,7 @@ HTMLDialogElement::HTMLDialogElement(const QualifiedName& tagName, Document* doc |
: HTMLElement(tagName, document) |
{ |
ASSERT(hasTagName(dialogTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLDialogElement> HTMLDialogElement::create(const QualifiedName& tagName, Document* document) |