Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index c35ed5e237cc1ab563cc9a329fcc0dea07c48f28..7011ebfb396859b6f29313ae19535d69f973ca05 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -815,7 +815,7 @@ void SharedFunctionInfo::SharedFunctionInfoPrint(FILE* out) { |
void JSGlobalProxy::JSGlobalProxyPrint(FILE* out) { |
- PrintF(out, "global_proxy"); |
+ PrintF(out, "global_proxy "); |
JSObjectPrint(out); |
PrintF(out, "context : "); |
context()->ShortPrint(out); |