| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index c21112f27624948ce2432d148cfdec629debb6ee..4c370fbf6f77f22ca0385f82a29bd3fe2e82bd82 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -453,7 +453,7 @@ void Heap::CollectAllAvailableGarbage() {
|
|
|
| bool Heap::CollectGarbage(AllocationSpace space, GarbageCollector collector) {
|
| // The VM is in the GC state until exiting this function.
|
| - VMState state(GC);
|
| + VMState state(isolate_, GC);
|
|
|
| #ifdef DEBUG
|
| // Reset the allocation timeout to the GC interval, but make sure to
|
|
|