| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index c59a8d3d373eeb6e43d66c9c1cfa03313add697f..2bb74c0b55cfd102b0cf66a2fe48e1179b7c5ac3 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2378,6 +2378,7 @@ bool Heap::CreateInitialMaps() {
|
|
|
| ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, hash_table)
|
| ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, ordered_hash_table)
|
| + ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, unseeded_number_dictionary)
|
|
|
| ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, function_context)
|
| ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, catch_context)
|
|
|