| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index daa66f9b130ed66b950c529ecec742ef79905829..d8986f3557394fe8cd4ef69867641f5b167c8710 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -58,8 +58,8 @@ using v8::MemoryPressureLevel;
|
| V(Map, foreign_map, ForeignMap) \
|
| V(Map, heap_number_map, HeapNumberMap) \
|
| V(Map, transition_array_map, TransitionArrayMap) \
|
| + V(Map, feedback_vector_map, FeedbackVectorMap) \
|
| V(ScopeInfo, empty_scope_info, EmptyScopeInfo) \
|
| - V(FixedArray, empty_feedback_vector, EmptyFeedbackVector) \
|
| V(FixedArray, empty_fixed_array, EmptyFixedArray) \
|
| V(DescriptorArray, empty_descriptor_array, EmptyDescriptorArray) \
|
| /* Entries beyond the first 32 */ \
|
| @@ -93,7 +93,6 @@ using v8::MemoryPressureLevel;
|
| V(Map, external_map, ExternalMap) \
|
| V(Map, bytecode_array_map, BytecodeArrayMap) \
|
| V(Map, module_info_map, ModuleInfoMap) \
|
| - V(Map, feedback_vector_map, FeedbackVectorMap) \
|
| /* String maps */ \
|
| V(Map, native_source_string_map, NativeSourceStringMap) \
|
| V(Map, string_map, StringMap) \
|
|
|