Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / LabelsNodeList.cpp
index a856f7d..e4934cc 100644 (file)
@@ -40,7 +40,7 @@ LabelsNodeList::LabelsNodeList(ContainerNode* ownerNode)
 
 LabelsNodeList::~LabelsNodeList()
 {
-    ownerNode()->nodeLists()->removeCacheWithAtomicName(this, LabelsNodeListType, starAtom);
+    ownerNode()->nodeLists()->removeCache(this, LabelsNodeListType);
 }
 
 bool LabelsNodeList::nodeMatches(const Element& testNode) const