Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 92c201cd8b02ae90c4236ee28370c885f9fd33dd..81549876a6882794b47cff0c36a25972faf40254 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -114,9 +114,7 @@ class Heap { |
| return old_space_.NeedsGarbageCollection(); |
| } |
| -#if defined(DEBUG) |
| - void WaitForSweeperTasks(); |
| -#endif |
| + void WaitForSweeperTasks(Thread* thread); |
| // Enables growth control on the page space heaps. This should be |
| // called before any user code is executed. |