Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLAllCollection.cpp
index cf4ce61..aacbe26 100644 (file)
@@ -40,7 +40,6 @@ PassRefPtrWillBeRawPtr<HTMLAllCollection> HTMLAllCollection::create(ContainerNod
 HTMLAllCollection::HTMLAllCollection(ContainerNode& node)
     : HTMLCollection(node, DocAll, DoesNotOverrideItemAfter)
 {
-    ScriptWrappable::init(this);
 }
 
 HTMLAllCollection::~HTMLAllCollection()