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

Unified Diff: third_party/WebKit/Source/platform/heap/GarbageCollected.h

Issue 2384213003: reflow comments in platform/heap (Closed)
Patch Set: 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/platform/heap/GarbageCollected.h
diff --git a/third_party/WebKit/Source/platform/heap/GarbageCollected.h b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
index c67e4d59003c68dee5d901c2538837a4c9eb02ce..b2aaefa7e17098b33f94a1768697dc5b95f43142 100644
--- a/third_party/WebKit/Source/platform/heap/GarbageCollected.h
+++ b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
@@ -191,13 +191,14 @@ class PLATFORM_EXPORT GarbageCollectedMixin {
\
private:
-// An empty class with a constructor that's arranged invoked when all derived constructors
-// of a mixin instance have completed and it is safe to allow GCs again. See
-// AllocateObjectTrait<> comment for more.
+// An empty class with a constructor that's arranged invoked when all derived
+// constructors of a mixin instance have completed and it is safe to allow GCs
+// again. See AllocateObjectTrait<> comment for more.
//
-// USING_GARBAGE_COLLECTED_MIXIN() declares a GarbageCollectedMixinConstructorMarker<> private
-// field. By following Blink convention of using the macro at the top of a class declaration,
-// its constructor will run first.
+// USING_GARBAGE_COLLECTED_MIXIN() declares a
+// GarbageCollectedMixinConstructorMarker<> private field. By following Blink
+// convention of using the macro at the top of a class declaration, its
+// constructor will run first.
class GarbageCollectedMixinConstructorMarker {
public:
GarbageCollectedMixinConstructorMarker() {
« no previous file with comments | « third_party/WebKit/Source/platform/heap/CallbackStack.h ('k') | third_party/WebKit/Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698