Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 862e2eaa24b205bb3051458a5a50d1c06c30c18d..ebb243f882db9cdb0593b7a5edb3875bf4957f42 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -2663,8 +2663,7 @@ MaybeObject* Heap::AllocateTypeFeedbackInfo() { |
if (!maybe_info->To(&info)) return maybe_info; |
} |
info->initialize_storage(); |
- info->set_type_feedback_cells(TypeFeedbackCells::cast(empty_fixed_array()), |
- SKIP_WRITE_BARRIER); |
+ info->set_feedback_vector(empty_fixed_array(), SKIP_WRITE_BARRIER); |
return info; |
} |