| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 99f2e93f505f78a4d3894f828083d41b42d3decd..f51ea0183b83d18b3d7f8c5527e8f49c087e3879 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3133,8 +3133,7 @@ void Heap::CreateInitialObjects() {
|
| set_retained_maps(ArrayList::cast(empty_fixed_array()));
|
|
|
| set_weak_object_to_code_table(
|
| - *WeakHashTable::New(isolate(), 16, USE_DEFAULT_MINIMUM_CAPACITY,
|
| - TENURED));
|
| + *WeakHashTable::New(isolate(), 16, USE_CUSTOM_MINIMUM_CAPACITY, TENURED));
|
|
|
| Handle<SeededNumberDictionary> slow_element_dictionary =
|
| SeededNumberDictionary::New(isolate(), 0, TENURED);
|
|
|