Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index ef98d57d84c9d78ea80c849611ebd7e7e25783b3..1f2656055476a9c322eb99f5811d00fa6e000f0e 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -619,8 +619,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); |
} |