Chromium Code Reviews| Index: src/string-stream.h |
| =================================================================== |
| --- src/string-stream.h (revision 2947) |
| +++ src/string-stream.h (working copy) |
| @@ -141,7 +141,7 @@ |
| void OutputToStdOut(); |
| void Log(); |
| Handle<String> ToString(); |
| - SmartPointer<const char> ToCString(); |
| + SmartPointer<const char> ToCString() const; |
| // Object printing support. |
| void PrintName(Object* o); |