Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: third_party/WebKit/Source/core/dom/NodeListsNodeData.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp ('k') | third_party/WebKit/Source/core/dom/NodeTraversal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698