Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index ea5dec8e7179947fbb787d832922bd05288330fa..196d830d60d0925b4c7b78835027e9e8f96ec138 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -597,8 +597,10 @@ void TypeFeedbackVector::TypeFeedbackVectorPrint(std::ostream& os) { // NOLINT |
| return; |
| } |
| + /* |
|
Benedikt Meurer
2015/12/09 07:23:02
Nit: Please remove the dead code. We have git for
mvstanton
2015/12/09 07:37:31
doh! Done.
|
| os << "\n - ics with type info: " << ic_with_type_info_count(); |
| os << "\n - generic ics: " << ic_generic_count(); |
| + */ |
| TypeFeedbackMetadataIterator iter(metadata()); |
| while (iter.HasNext()) { |