Index: Source/core/html/HTMLAllCollection.cpp |
diff --git a/Source/core/html/HTMLAllCollection.cpp b/Source/core/html/HTMLAllCollection.cpp |
index cf4ce61f75f4c715b3826bd3f76f2bbb9a9e523a..aacbe267f186360332ba32c5de1a825235286352 100644 |
--- a/Source/core/html/HTMLAllCollection.cpp |
+++ b/Source/core/html/HTMLAllCollection.cpp |
@@ -40,7 +40,6 @@ PassRefPtrWillBeRawPtr<HTMLAllCollection> HTMLAllCollection::create(ContainerNod |
HTMLAllCollection::HTMLAllCollection(ContainerNode& node) |
: HTMLCollection(node, DocAll, DoesNotOverrideItemAfter) |
{ |
- ScriptWrappable::init(this); |
} |
HTMLAllCollection::~HTMLAllCollection() |