Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 8161056681a97066c8a9c27f8bacebc1df319273..1a768fbc920ec6116bda538e741d205ce41744ae 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -2342,6 +2342,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) |