Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index dfe98ec080c38009871c4f2357d532e5ec8d40d1..6493524fcb51633e94294a3e83e85fa4f2b8be69 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -2669,8 +2669,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; |
} |