| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 264671c7eb0e3a86414fd0adf44d9171661c1708..f8eb2650cab0d0cdfc9633db60622a58f8dc9084 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -1255,7 +1255,8 @@ class Heap {
|
|
|
| void FinalizeIncrementalMarkingIfComplete(GarbageCollectionReason gc_reason);
|
|
|
| - void RegisterReservationsForBlackAllocation(Reservation* reservations);
|
| + void RegisterDeserializedObjectsForBlackAllocation(
|
| + Reservation* reservations, List<HeapObject*>* large_objects);
|
|
|
| IncrementalMarking* incremental_marking() { return incremental_marking_; }
|
|
|
|
|