| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 48b59bdf14c7435576de4f0d0788827e95556322..df73c0efdc352acb401c97f351adc2854b3dda0e 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -4718,7 +4718,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;
|
|
|