Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / NameNodeList.cpp
index b0b12f5..6393eba 100644 (file)
@@ -39,7 +39,7 @@ NameNodeList::NameNodeList(PassRefPtr<ContainerNode> rootNode, const AtomicStrin
 
 NameNodeList::~NameNodeList()
 {
-    ownerNode()->nodeLists()->removeCacheWithAtomicName(this, NameNodeListType, m_name);
+    ownerNode()->nodeLists()->removeCache(this, NameNodeListType, m_name);
 }
 
 bool NameNodeList::nodeMatches(const Element& testNode) const