Chromium Code Reviews| Index: src/runtime.cc |
| =================================================================== |
| --- src/runtime.cc (revision 331) |
| +++ src/runtime.cc (working copy) |
| @@ -3207,6 +3207,7 @@ |
| args[0]->ShortPrint(); |
| #endif |
| PrintF("\n"); |
| + Flush(); |
| return args[0]; // return TOS |
| } |