| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index a6a14f6a6069838d096b4599fa898b4e0306349b..66f7ce635be0ec9e3b9704ef545a1162ff6c2ff7 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -1698,7 +1698,7 @@ class Heap {
|
|
|
| // Code that should be run before and after each GC. Includes some
|
| // reporting/verification activities when compiled with DEBUG set.
|
| - void GarbageCollectionPrologue();
|
| + void GarbageCollectionPrologue(GarbageCollector collector);
|
| void GarbageCollectionEpilogue();
|
|
|
| // Pretenuring decisions are made based on feedback collected during new
|
|
|