Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 909d8f742100a74b29c464c376c6da192d723ef9..995459b3cae33bce927bb915351b6f32d8a040a2 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -555,8 +555,8 @@ void TypeFeedbackInfo::TypeFeedbackInfoPrint(FILE* out) { |
HeapObject::PrintHeader(out, "TypeFeedbackInfo"); |
PrintF(out, " - ic_total_count: %d, ic_with_type_info_count: %d\n", |
ic_total_count(), ic_with_type_info_count()); |
- PrintF(out, " - type_feedback_cells: "); |
- type_feedback_cells()->FixedArrayPrint(out); |
+ PrintF(out, " - feedback_vector: "); |
+ feedback_vector()->FixedArrayPrint(out); |
} |