Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index cde713238cfd1972c0440873d5abcf7804bf30d3..dc134d4afa936ae02e68ec9617b8fe7cda723fad 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -255,6 +255,8 @@ void JSObject::PrintProperties(std::ostream& os) { // NOLINT |
| break; |
| } |
| } |
| + } else if (IsGlobalObject()) { |
| + global_dictionary()->Print(os); |
| } else { |
| property_dictionary()->Print(os); |
| } |