Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index 99924ff7783ca6bf2ad4fa518762f0f170418790..3ca35aaa9adda50f65f16b57ad61fb02dcc779f6 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -328,7 +328,7 @@ public: |
void scheduleIdleGC(); |
void scheduleIdleLazySweep(); |
void schedulePreciseGC(); |
- void scheduleV8FollowupGCIfNeeded(); |
+ void scheduleV8FollowupGCIfNeeded(bool shouldScheduleIdleGC); |
keishi
2015/09/10 12:53:39
nit: maybe enum is better https://www.chromium.org
haraken
2015/09/10 13:09:11
Done.
|
void schedulePageNavigationGCIfNeeded(float estimatedRemovalRatio); |
void schedulePageNavigationGC(); |
void scheduleGCIfNeeded(); |