| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index c35ed5e237cc1ab563cc9a329fcc0dea07c48f28..20cdb265c2f2d6ccbb8563be71cb913d9237ae3d 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -596,9 +596,9 @@ void PolymorphicCodeCache::PolymorphicCodeCachePrint(FILE* out) {
|
|
|
| void TypeFeedbackInfo::TypeFeedbackInfoPrint(FILE* out) {
|
| HeapObject::PrintHeader(out, "TypeFeedbackInfo");
|
| - PrintF(out, "\n - ic_total_count: %d, ic_with_type_info_count: %d",
|
| + PrintF(out, " - ic_total_count: %d, ic_with_type_info_count: %d\n",
|
| ic_total_count(), ic_with_type_info_count());
|
| - PrintF(out, "\n - type_feedback_cells: ");
|
| + PrintF(out, " - type_feedback_cells: ");
|
| type_feedback_cells()->FixedArrayPrint(out);
|
| }
|
|
|
|
|