Index: Source/WebCore/html/HTMLDirectoryElement.cpp |
diff --git a/Source/WebCore/html/HTMLDirectoryElement.cpp b/Source/WebCore/html/HTMLDirectoryElement.cpp |
index 64cbef8eda66ebe84d0c8621399ff09c39526f7d..7ca0899794f5da49a5f22cd83508d1f4078889be 100644 |
--- a/Source/WebCore/html/HTMLDirectoryElement.cpp |
+++ b/Source/WebCore/html/HTMLDirectoryElement.cpp |
@@ -33,6 +33,7 @@ inline HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, |
: HTMLElement(tagName, document) |
{ |
ASSERT(hasTagName(dirTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Document* document) |