Index: Source/WebCore/html/HTMLInputElement.cpp |
diff --git a/Source/WebCore/html/HTMLInputElement.cpp b/Source/WebCore/html/HTMLInputElement.cpp |
index 0db03e5d932117dd906b47df40bd800b24fb80a4..ba27af0c741e761f2456c26bfb0acdfcdc171aa0 100644 |
--- a/Source/WebCore/html/HTMLInputElement.cpp |
+++ b/Source/WebCore/html/HTMLInputElement.cpp |
@@ -139,6 +139,7 @@ HTMLInputElement::HTMLInputElement(const QualifiedName& tagName, Document* docum |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
setHasCustomStyleCallbacks(); |
#endif |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLInputElement> HTMLInputElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser) |