Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 83e895108179d1fd83be71580dc2476efe3491d5..14b79482d0ff9f6e4844caee1910b3120e36e0a0 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -481,7 +481,7 @@ void PolymorphicCodeCache::PolymorphicCodeCachePrint( |
void TypeFeedbackInfo::TypeFeedbackInfoPrint(std::ostream& os) { // NOLINT |
HeapObject::PrintHeader(os, "TypeFeedbackInfo"); |
- os << " - ic_total_count: " << ic_total_count() |
+ os << "\n - ic_total_count: " << ic_total_count() |
<< ", ic_with_type_info_count: " << ic_with_type_info_count() |
<< ", ic_generic_count: " << ic_generic_count() << "\n"; |
} |