Index: Source/core/html/LabelsNodeList.cpp |
diff --git a/Source/core/html/LabelsNodeList.cpp b/Source/core/html/LabelsNodeList.cpp |
index a856f7dd5486cc003fccc9acf42decc4c770455d..e4934ccd2c0bb5184401da5959e2ed27315ad632 100644 |
--- a/Source/core/html/LabelsNodeList.cpp |
+++ b/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 |