| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 0a07db7605e3b1c5cca9f598c0bde35d980b722e..723721500e993fe739e8f834f4bf881fa193e855 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -486,7 +486,8 @@ void PolymorphicCodeCache::PolymorphicCodeCachePrint(OStream& os) { // NOLINT
|
| void TypeFeedbackInfo::TypeFeedbackInfoPrint(OStream& os) { // NOLINT
|
| HeapObject::PrintHeader(os, "TypeFeedbackInfo");
|
| os << " - ic_total_count: " << ic_total_count()
|
| - << ", ic_with_type_info_count: " << ic_with_type_info_count() << "\n";
|
| + << ", ic_with_type_info_count: " << ic_with_type_info_count()
|
| + << ", ic_generic_count: " << ic_generic_count() << "\n";
|
| }
|
|
|
|
|
|
|