| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 38e61386b2726cdf038550c7773f7f783075ce75..2353a9520beba20495ec237ddc405f249dea68ae 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -559,8 +559,8 @@ void PolymorphicCodeCache::PolymorphicCodeCachePrint(FILE* out) {
|
|
|
| void TypeFeedbackInfo::TypeFeedbackInfoPrint(FILE* out) {
|
| HeapObject::PrintHeader(out, "TypeFeedbackInfo");
|
| - PrintF(out, "\n - ic_total_count: %d, ic_with_typeinfo_count: %d",
|
| - ic_total_count(), ic_with_typeinfo_count());
|
| + PrintF(out, "\n - ic_total_count: %d, ic_with_type_info_count: %d",
|
| + ic_total_count(), ic_with_type_info_count());
|
| PrintF(out, "\n - type_feedback_cells: ");
|
| type_feedback_cells()->FixedArrayPrint(out);
|
| }
|
|
|