X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FLabelsNodeList.cpp;h=e4934ccd2c0bb5184401da5959e2ed27315ad632;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=a856f7dd5486cc003fccc9acf42decc4c770455d;hpb=d1e23c6ec4202b125fc446349b2230d4cd978d86;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/LabelsNodeList.cpp b/src/third_party/WebKit/Source/core/html/LabelsNodeList.cpp index a856f7d..e4934cc 100644 --- a/src/third_party/WebKit/Source/core/html/LabelsNodeList.cpp +++ b/src/third_party/WebKit/Source/core/html/LabelsNodeList.cpp @@ -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