| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 15577ee02390be901caa9e71bd30cfca41fe2889..db5540fc93af89a26a30f3f7fd82bf6e6e6072ae 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -772,7 +772,7 @@ class Heap {
|
| enum InvocationMode { SEQUENTIAL_TO_SWEEPER, CONCURRENT_TO_SWEEPER };
|
|
|
| // Maintain consistency of live bytes during incremental marking.
|
| - void AdjustLiveBytes(Address address, int by, InvocationMode mode);
|
| + void AdjustLiveBytes(HeapObject* object, int by, InvocationMode mode);
|
|
|
| // Trim the given array from the left. Note that this relocates the object
|
| // start and hence is only valid if there is only a single reference to it.
|
|
|