Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1349)

Unified Diff: src/runtime/runtime-test.cc

Issue 2362203002: Minor fixes in the objects printer. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/objects-printer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime-test.cc
diff --git a/src/runtime/runtime-test.cc b/src/runtime/runtime-test.cc
index 2c51879307be128ba982ff7f34683dbb1e2de3dd..d72ea6da6838c5b2c8904519a7360384144737eb 100644
--- a/src/runtime/runtime-test.cc
+++ b/src/runtime/runtime-test.cc
@@ -457,7 +457,6 @@ RUNTIME_FUNCTION(Runtime_DebugPrint) {
}
args[0]->Print(os);
if (args[0]->IsHeapObject()) {
- os << "\n";
HeapObject::cast(args[0])->map()->Print(os);
}
#else
« no previous file with comments | « src/objects-printer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698