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

Unified Diff: third_party/WebKit/Source/core/dom/ChildListMutationScope.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/ChildListMutationScope.h
diff --git a/third_party/WebKit/Source/core/dom/ChildListMutationScope.h b/third_party/WebKit/Source/core/dom/ChildListMutationScope.h
index d2f6d2125860996888db3c3b9b522bb0da1806f2..8fd4be026a53a9b117274336c9e105f9317139ec 100644
--- a/third_party/WebKit/Source/core/dom/ChildListMutationScope.h
+++ b/third_party/WebKit/Source/core/dom/ChildListMutationScope.h
@@ -41,12 +41,14 @@ namespace blink {
class MutationObserverInterestGroup;
-// ChildListMutationAccumulator is not meant to be used directly; ChildListMutationScope is the public interface.
+// ChildListMutationAccumulator is not meant to be used directly;
+// ChildListMutationScope is the public interface.
//
// One ChildListMutationAccumulator for a given Node is shared between all the
-// active ChildListMutationScopes for that Node. Once the last ChildListMutationScope
-// is destructed the accumulator enqueues a mutation record for the recorded
-// mutations and the accumulator can be garbage collected.
+// active ChildListMutationScopes for that Node. Once the last
+// ChildListMutationScope is destructed the accumulator enqueues a mutation
+// record for the recorded mutations and the accumulator can be garbage
+// collected.
class ChildListMutationAccumulator final
: public GarbageCollected<ChildListMutationAccumulator> {
public:
« no previous file with comments | « third_party/WebKit/Source/core/dom/CharacterData.cpp ('k') | third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698