Index: Source/WebCore/html/HTMLMapElement.cpp |
diff --git a/Source/WebCore/html/HTMLMapElement.cpp b/Source/WebCore/html/HTMLMapElement.cpp |
index 5ef1ae925977b584f23b670e58ec22f2434b8531..a116779221f44606f5c433173b9833260967d366 100644 |
--- a/Source/WebCore/html/HTMLMapElement.cpp |
+++ b/Source/WebCore/html/HTMLMapElement.cpp |
@@ -43,6 +43,7 @@ HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* document) |
: HTMLElement(tagName, document) |
{ |
ASSERT(hasTagName(mapTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLMapElement> HTMLMapElement::create(Document* document) |