| Index: src/heap/spaces-inl.h
|
| diff --git a/src/heap/spaces-inl.h b/src/heap/spaces-inl.h
|
| index 534e0037488d41144d86f3ba43d3538d1851ca67..f3f9215f3de19c18cb2e5bb2659b3cb6bffacf50 100644
|
| --- a/src/heap/spaces-inl.h
|
| +++ b/src/heap/spaces-inl.h
|
| @@ -599,8 +599,7 @@ LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk,
|
| return static_cast<LargePage*>(chunk);
|
| }
|
|
|
| -
|
| -intptr_t LargeObjectSpace::Available() {
|
| +size_t LargeObjectSpace::Available() {
|
| return ObjectSizeFor(heap()->memory_allocator()->Available());
|
| }
|
|
|
|
|