| 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 ba8d2333db74cc0ef6dbdecb07b38a8d68132fcd..d880c0aef6256159520c970fe20e4967aea67ff7 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| @@ -172,8 +172,9 @@ class NodeListsNodeData final : public GarbageCollected<NodeListsNodeData> {
|
| std::pair<unsigned char, StringImpl*> namedNodeListKey(
|
| CollectionType type,
|
| const AtomicString& name) {
|
| - // Holding the raw StringImpl is safe because |name| is retained by the NodeList and the NodeList
|
| - // is reponsible for removing itself from the cache on deletion.
|
| + // Holding the raw StringImpl is safe because |name| is retained by the
|
| + // NodeList and the NodeList is reponsible for removing itself from the
|
| + // cache on deletion.
|
| return std::pair<unsigned char, StringImpl*>(type, name.impl());
|
| }
|
|
|
|
|