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

Unified Diff: third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp

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/ChildListMutationScope.cpp
diff --git a/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp b/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
index 277032fbdb8818d05d5383ee30448926f59c5d62..dae325755a4cbeb23b809000ed2ab7ba790dd7c4 100644
--- a/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
+++ b/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
@@ -39,9 +39,9 @@
namespace blink {
// The accumulator map is used to make sure that there is only one mutation
-// accumulator for a given node even if there are multiple ChildListMutationScopes
-// on the stack. The map is always empty when there are no ChildListMutationScopes
-// on the stack.
+// accumulator for a given node even if there are multiple
+// ChildListMutationScopes on the stack. The map is always empty when there are
+// no ChildListMutationScopes on the stack.
typedef HeapHashMap<Member<Node>, Member<ChildListMutationAccumulator>>
AccumulatorMap;
« no previous file with comments | « third_party/WebKit/Source/core/dom/ChildListMutationScope.h ('k') | third_party/WebKit/Source/core/dom/ClassCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698