| Index: runtime/vm/heap.h
|
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
|
| index 4a8ae93afaacae64b41fc6437de10ee313139bac..bd685c55239a4b57bc9e6379d81e77e8faa7142a 100644
|
| --- a/runtime/vm/heap.h
|
| +++ b/runtime/vm/heap.h
|
| @@ -323,9 +323,9 @@ class Heap {
|
| void UpdatePretenurePolicy();
|
|
|
| // Updates gc in progress flags.
|
| - bool BeginNewSpaceGC();
|
| + bool BeginNewSpaceGC(Thread* thread);
|
| void EndNewSpaceGC();
|
| - bool BeginOldSpaceGC();
|
| + bool BeginOldSpaceGC(Thread* thread);
|
| void EndOldSpaceGC();
|
|
|
| // If this heap is non-empty, updates start and end to the smallest range that
|
|
|