Chromium Code Reviews| Index: src/string-stream.h |
| =================================================================== |
| --- src/string-stream.h (revision 6074) |
| +++ src/string-stream.h (working copy) |
| @@ -138,7 +138,8 @@ |
| FmtElm arg3); |
| // Getting the message out. |
| - void OutputToStdOut(); |
| + void OutputToFile(FILE* out); |
| + void OutputToStdOut() { OutputToFile(stdout); } |
| void Log(); |
| Handle<String> ToString(); |
| SmartPointer<const char> ToCString() const; |