Index: src/profiler/heap-snapshot-generator.cc |
diff --git a/src/profiler/heap-snapshot-generator.cc b/src/profiler/heap-snapshot-generator.cc |
index 7168aa052708f11e0c5591f9da8bf18639d71a01..108504bb40bf1a697b507f8fc721ad9d370d8f9f 100644 |
--- a/src/profiler/heap-snapshot-generator.cc |
+++ b/src/profiler/heap-snapshot-generator.cc |
@@ -1827,7 +1827,6 @@ bool V8HeapExplorer::IsEssentialObject(Object* object) { |
object != heap_->empty_byte_array() && |
object != heap_->empty_fixed_array() && |
object != heap_->empty_descriptor_array() && |
- object != heap_->empty_feedback_vector() && |
object != heap_->fixed_array_map() && object != heap_->cell_map() && |
object != heap_->global_property_cell_map() && |
object != heap_->shared_function_info_map() && |