Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 1badd964393b60b3cd41bd0b71247e6edcb109a4..5a4b72e07bba5a7bb9993cc7c0d7c7708c188206 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -46,7 +46,6 @@ using v8::MemoryPressureLevel; |
V(Map, fixed_array_map, FixedArrayMap) \ |
V(Map, fixed_cow_array_map, FixedCOWArrayMap) \ |
V(Map, hash_table_map, HashTableMap) \ |
- V(Map, unseeded_number_dictionary_map, UnseededNumberDictionaryMap) \ |
V(Map, symbol_map, SymbolMap) \ |
V(Map, one_byte_string_map, OneByteStringMap) \ |
V(Map, one_byte_internalized_string_map, OneByteInternalizedStringMap) \ |
@@ -88,6 +87,7 @@ using v8::MemoryPressureLevel; |
V(Map, fixed_double_array_map, FixedDoubleArrayMap) \ |
V(Map, mutable_heap_number_map, MutableHeapNumberMap) \ |
V(Map, ordered_hash_table_map, OrderedHashTableMap) \ |
+ V(Map, unseeded_number_dictionary_map, UnseededNumberDictionaryMap) \ |
V(Map, sloppy_arguments_elements_map, SloppyArgumentsElementsMap) \ |
V(Map, message_object_map, JSMessageObjectMap) \ |
V(Map, neander_map, NeanderMap) \ |