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

Unified Diff: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.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/InlinedGlobalMarkingVisitor.h
diff --git a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
index 2696a316320f5f4f32f3c80fa06d9f9206cd774f..cfe134730d90e5f26d6f899c7ed14f3a13edf67c 100644
--- a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
+++ b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
@@ -23,7 +23,8 @@ class InlinedGlobalMarkingVisitor final
// Hack to unify interface to visitor->trace().
// Without this hack, we need to use visitor.trace() for
- // trace(InlinedGlobalMarkingVisitor) and visitor->trace() for trace(Visitor*).
+ // trace(InlinedGlobalMarkingVisitor) and visitor->trace() for
+ // trace(Visitor*).
InlinedGlobalMarkingVisitor* operator->() { return this; }
using Impl::mark;
« no previous file with comments | « third_party/WebKit/Source/platform/heap/HeapTest.cpp ('k') | third_party/WebKit/Source/platform/heap/Member.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698