| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index c070299ed447066e332efb9b73033321e7719237..f25a792819a910a2b156b2319dcfbfa1cd1287a3 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -6443,7 +6443,7 @@ void Heap::FreeQueuedChunks() {
|
| chunk->address() + chunk->size() - 1);
|
| while (inner <= inner_last) {
|
| // Size of a large chunk is always a multiple of
|
| - // MemoryChunk::kAlignment so there is always
|
| + // OS::AllocateAlignment() so there is always
|
| // enough space for a fake MemoryChunk header.
|
| inner->set_size(Page::kPageSize);
|
| inner->set_owner(lo_space());
|
|
|