Index: Source/WebCore/html/HTMLCollection.cpp |
diff --git a/Source/WebCore/html/HTMLCollection.cpp b/Source/WebCore/html/HTMLCollection.cpp |
index 4c2658237691e1afd9a8b34483bce879c9448bfb..af50b56360ce7f9e28cad6feddec1fbcc341f3c1 100644 |
--- a/Source/WebCore/html/HTMLCollection.cpp |
+++ b/Source/WebCore/html/HTMLCollection.cpp |
@@ -184,6 +184,7 @@ HTMLCollection::HTMLCollection(Node* ownerNode, CollectionType type, ItemAfterOv |
: LiveNodeListBase(ownerNode, rootTypeFromCollectionType(type), invalidationTypeExcludingIdAndNameAttributes(type), |
WebCore::shouldOnlyIncludeDirectChildren(type), type, itemAfterOverrideType) |
{ |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<HTMLCollection> HTMLCollection::create(Node* base, CollectionType type) |