| Index: Source/WebCore/html/HTMLAllCollection.cpp
|
| diff --git a/Source/WebCore/html/HTMLAllCollection.cpp b/Source/WebCore/html/HTMLAllCollection.cpp
|
| index 465fa1c7b05723f52ca9caefd4b12c81cd66cbd6..3c01e865b7019376ac652082b15b48e8cf73f247 100644
|
| --- a/Source/WebCore/html/HTMLAllCollection.cpp
|
| +++ b/Source/WebCore/html/HTMLAllCollection.cpp
|
| @@ -38,6 +38,7 @@ PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(Node* node, CollectionTy
|
| HTMLAllCollection::HTMLAllCollection(Node* node, CollectionType type)
|
| : HTMLCollection(node, type, DoesNotOverrideItemAfter)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| HTMLAllCollection::~HTMLAllCollection()
|
|
|