| Index: src/heap/heap.h | 
| diff --git a/src/heap/heap.h b/src/heap/heap.h | 
| index 1371e23f15ae37531cc6b79b58d487ecca3560ee..bac66eff16dc9231bd79bb7b80220b168ab1c9df 100644 | 
| --- a/src/heap/heap.h | 
| +++ b/src/heap/heap.h | 
| @@ -160,7 +160,6 @@ using v8::MemoryPressureLevel; | 
| V(FixedArray, empty_sloppy_arguments_elements, EmptySloppyArgumentsElements) \ | 
| V(SeededNumberDictionary, empty_slow_element_dictionary,                     \ | 
| EmptySlowElementDictionary)                                                \ | 
| -  V(TypeFeedbackVector, dummy_vector, DummyVector)                             \ | 
| V(PropertyCell, empty_property_cell, EmptyPropertyCell)                      \ | 
| V(WeakCell, empty_weak_cell, EmptyWeakCell)                                  \ | 
| /* Protectors */                                                             \ | 
|  |