| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index e15c1f37e77dfa3dd43b61ed0c2125e93c871c7c..3f1d4e42d9cb36b6b2ce74d7b04f685ec0b43150 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -754,7 +754,7 @@ class Heap {
|
| inline AllocationMemento* FindAllocationMemento(HeapObject* object);
|
|
|
| // Returns false if not able to reserve.
|
| - bool ReserveSpace(Reservation* reservations);
|
| + bool ReserveSpace(Reservation* reservations, List<Address>* maps);
|
|
|
| void SetEmbedderHeapTracer(EmbedderHeapTracer* tracer);
|
|
|
|
|