Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index 0aac6989ca3a2327ef025c8ce2083639fa69e32c..7a99255e4dc9ada3b9568884396a73225ca6924d 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -371,6 +371,7 @@ void JSObject::PrintElements(std::ostream& os) { // NOLINT |
| #undef PRINT_ELEMENTS |
| case DICTIONARY_ELEMENTS: |
| + os << "\n - elements: "; |
| elements()->Print(os); |
| break; |
| case FAST_SLOPPY_ARGUMENTS_ELEMENTS: |