Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 97c7d6dac6434437fa50fa647294c34addbc379f..e38719379b6fced1a9648bf93a2d7c48a1f8db23 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -844,7 +844,7 @@ bool Heap::CollectGarbage(GarbageCollector collector, const char* gc_reason, |
} |
GarbageCollectionEpilogue(); |
- tracer()->Stop(); |
+ tracer()->Stop(collector); |
} |
// Start incremental marking for the next cycle. The heap snapshot |