Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 9cf256724068bfabdaa80835b170548b6c6fbd8e..bcece7ad83c2ad3e3fa75a4a81629bb99bacfabf 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -4744,7 +4744,7 @@ bool Heap::ConfigureHeap(int max_semi_space_size, int max_old_space_size, |
// We rely on being able to allocate new arrays in paged spaces. |
DCHECK(Page::kMaxRegularHeapObjectSize >= |
(JSArray::kSize + |
- FixedArray::SizeFor(JSObject::kInitialMaxFastElementArray) + |
+ FixedArray::SizeFor(JSArray::kInitialMaxFastElementArray) + |
AllocationMemento::kSize)); |
code_range_size_ = code_range_size * MB; |