| Index: src/profiler/heap-snapshot-generator.cc
|
| diff --git a/src/profiler/heap-snapshot-generator.cc b/src/profiler/heap-snapshot-generator.cc
|
| index 412138e5bb818dc144cb3e4ad01a8a1428b9887a..4f5264c8e34c192da6cd11e6855d20b35b4000d0 100644
|
| --- a/src/profiler/heap-snapshot-generator.cc
|
| +++ b/src/profiler/heap-snapshot-generator.cc
|
| @@ -1868,7 +1868,6 @@ bool V8HeapExplorer::IterateAndExtractSinglePass() {
|
| bool V8HeapExplorer::IsEssentialObject(Object* object) {
|
| return object->IsHeapObject() && !object->IsOddball() &&
|
| object != heap_->empty_byte_array() &&
|
| - object != heap_->empty_bytecode_array() &&
|
| object != heap_->empty_fixed_array() &&
|
| object != heap_->empty_descriptor_array() &&
|
| object != heap_->fixed_array_map() && object != heap_->cell_map() &&
|
|
|