Index: src/heap/spaces-inl.h |
diff --git a/src/heap/spaces-inl.h b/src/heap/spaces-inl.h |
index b676d5e76f07f2ddb0debd376de06bd7a9f3344d..26d43a65d7699f02472a4b1e925d8bb8b66d77f1 100644 |
--- a/src/heap/spaces-inl.h |
+++ b/src/heap/spaces-inl.h |
@@ -680,7 +680,7 @@ LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk, |
intptr_t LargeObjectSpace::Available() { |
- return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available()); |
+ return ObjectSizeFor(heap()->memory_allocator()->Available()); |
} |