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

Unified Diff: third_party/WebKit/Source/platform/heap/Heap.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/Heap.h
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
index 3e9e278ff6c562423fa1f7f3246b7db0fe13253d..43c6c11123cc9275880561efd220b11accb6693a 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.h
+++ b/third_party/WebKit/Source/platform/heap/Heap.h
@@ -247,7 +247,8 @@ class PLATFORM_EXPORT ThreadHeap {
// always 'alive'.
if (!object)
return true;
- // TODO(keishi): some tests create CrossThreadPersistent on non attached threads.
+ // TODO(keishi): some tests create CrossThreadPersistent on non attached
+ // threads.
if (!ThreadState::current())
return true;
if (&ThreadState::current()->heap() !=
« no previous file with comments | « third_party/WebKit/Source/platform/heap/GarbageCollected.h ('k') | third_party/WebKit/Source/platform/heap/Heap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698