Chromium Code Reviews| Index: Source/platform/heap/ThreadState.cpp |
| diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp |
| index 3971b8206bada4336caa2e1b62f5e4394600ca45..0b06ceacab0bb033d7d863562c7c7acf73d172a3 100644 |
| --- a/Source/platform/heap/ThreadState.cpp |
| +++ b/Source/platform/heap/ThreadState.cpp |
| @@ -650,8 +650,6 @@ bool ThreadState::shouldScheduleIdleGC() |
| bool ThreadState::shouldSchedulePreciseGC() |
| { |
| - if (gcState() != NoGCScheduled) |
| - return false; |
|
Yuta Kitamura
2015/08/18 03:06:28
Let me confirm my understanding of this removal.
haraken
2015/08/18 03:45:23
Yes, that is the intention of this CL.
|
| #if ENABLE(IDLE_GC) |
| return false; |
|
haraken
2015/08/18 02:39:53
yutak@: After landing this change, you just need t
|
| #else |