Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index b43e1d4e5e647ad8665681e11e06ae99afb1a481..51f307a23b096f1ad4ca8e8bab396570e80c5fe0 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -737,6 +737,7 @@ class Isolate { |
| void PrintStackTrace(FILE* out, char* thread_data); |
| void PrintStack(StringStream* accumulator); |
| void PrintStack(FILE* out); |
| + void PrintStack(); |
| Handle<String> StackTraceString(); |
| NO_INLINE(void PushStackTraceAndDie(unsigned int magic, |
| Object* object, |