Index: src/string-stream.h |
diff --git a/src/string-stream.h b/src/string-stream.h |
index 255a2c30bae9df8413300ec126dc62601344ade7..e3db2a8a8684db60af4e97d05d67ac983b46890a 100644 |
--- a/src/string-stream.h |
+++ b/src/string-stream.h |
@@ -147,7 +147,7 @@ class StringStream { |
// Getting the message out. |
void OutputToFile(FILE* out); |
void OutputToStdOut() { OutputToFile(stdout); } |
- void Log(); |
+ void Log(Isolate* isolate); |
Handle<String> ToString(Isolate* isolate); |
SmartArrayPointer<const char> ToCString() const; |
int length() const { return length_; } |