Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index 4c1c32b0469edf5a048ccddf147aae261b3256a0..5b41a703f279edd4a65f9c7ce7ecb08b1811e4b3 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -808,7 +808,6 @@ void TypeFeedbackVector::TypeFeedbackVectorPrint(std::ostream& os) { // NOLINT |
| case FeedbackVectorSlotKind::STORE_DATA_PROPERTY_IN_LITERAL_IC: { |
| StoreDataPropertyInLiteralICNexus nexus(this, slot); |
| os << Code::ICState2String(nexus.StateFromFeedback()); |
| - break; |
|
Michael Starzinger
2017/01/11 12:07:27
Looks like accidental deletion. I think this is a
mvstanton
2017/01/11 13:14:52
yowza, thanks!
|
| } |
| case FeedbackVectorSlotKind::CREATE_CLOSURE: { |
| // TODO(mvstanton): Integrate this into the iterator. |