Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 551beb2e6239ba0d1cab4c61dce12272335f89e9..a0ca3db57b184c785987ff15980585d3c5474e7c 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -380,8 +380,7 @@ void JSObject::PrintElements(std::ostream& os) { // NOLINT |
case DICTIONARY_ELEMENTS: |
case SLOW_STRING_WRAPPER_ELEMENTS: |
- os << "\n - elements: "; |
- elements()->Print(os); |
+ SeededNumberDictionary::cast(elements())->Print(os); |
break; |
case FAST_SLOPPY_ARGUMENTS_ELEMENTS: |
case SLOW_SLOPPY_ARGUMENTS_ELEMENTS: { |