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

Unified Diff: Source/platform/heap/ThreadState.h

Issue 1178063004: Oilpan: move "forced GC" handling back to gcEpilogue(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: compile fix Created 5 years, 6 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
« no previous file with comments | « Source/bindings/core/v8/V8GCController.cpp ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index 96baa75ea8b44898e1aa624aa2d6753fb02d67c1..9f858cd6522688a568708c4103561b6fe878bed1 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -315,7 +315,7 @@ public:
bool isMainThread() const { return this == mainThreadState(); }
void checkThread() const { ASSERT(m_thread == currentThread()); }
- void didV8MajorGC(bool forceGC);
+ void didV8MajorGC();
void performIdleGC(double deadlineSeconds);
void performIdleLazySweep(double deadlineSeconds);
« no previous file with comments | « Source/bindings/core/v8/V8GCController.cpp ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698