| Index: third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| index ae472b0f0be10b5c38fec45ff91da1becf4fad00..85c5180aa87f5d366c6d0988a05b84cc42e624b1 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| @@ -117,7 +117,7 @@ class NodeListsNodeData final : public GarbageCollected<NodeListsNodeData> {
|
| template <typename T>
|
| T* cached(CollectionType collectionType) {
|
| return static_cast<T*>(
|
| - m_atomicNameCaches.get(namedNodeListKey(collectionType, starAtom)));
|
| + m_atomicNameCaches.at(namedNodeListKey(collectionType, starAtom)));
|
| }
|
|
|
| TagCollection* addCache(ContainerNode& node,
|
|
|