Index: src/runtime.cc |
=================================================================== |
--- src/runtime.cc (revision 4032) |
+++ src/runtime.cc (working copy) |
@@ -5730,6 +5730,7 @@ |
} |
args[0]->Print(); |
if (args[0]->IsHeapObject()) { |
+ PrintF("\n"); |
antonm
2010/03/05 13:40:38
is it intentional?
Søren Thygesen Gjesse
2010/03/05 13:42:59
Yes, I used %DebugPrint for debugging, and without
|
HeapObject::cast(args[0])->map()->Print(); |
} |
#else |