| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index ab32987780a230f01c9b9ac7106c8bf34550e2ef..c311f3eb4e2ee17da4e86beaa380300875ea6ebe 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -724,7 +724,7 @@ class Isolate {
|
| void PrintCurrentStackTrace(FILE* out);
|
| void PrintStackTrace(FILE* out, char* thread_data);
|
| void PrintStack(StringStream* accumulator);
|
| - void PrintStack();
|
| + void PrintStack(FILE* out);
|
| Handle<String> StackTraceString();
|
| NO_INLINE(void PushStackTraceAndDie(unsigned int magic,
|
| Object* object,
|
|
|