| Index: src/heap/object-stats.cc
|
| diff --git a/src/heap/object-stats.cc b/src/heap/object-stats.cc
|
| index 7dc220c5fddbdd235d775b92e5845b6c8ac2fccf..2655aac566df549bb00ec628e47b65093b1b7934 100644
|
| --- a/src/heap/object-stats.cc
|
| +++ b/src/heap/object-stats.cc
|
| @@ -330,7 +330,6 @@ static bool CanRecordFixedArray(Heap* heap, FixedArrayBase* array) {
|
| array->map() != heap->fixed_double_array_map() &&
|
| array != heap->empty_fixed_array() &&
|
| array != heap->empty_byte_array() &&
|
| - array != heap->empty_feedback_vector() &&
|
| array != heap->empty_sloppy_arguments_elements() &&
|
| array != heap->empty_slow_element_dictionary() &&
|
| array != heap->empty_descriptor_array() &&
|
|
|