| Index: runtime/vm/exceptions.h
|
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
|
| index 4282bb50e2cfa97d9f38ad6c4053dff0a797f4b0..e8e715b35b8fa9d1914ab2abcb3ed9a24cbb2d65 100644
|
| --- a/runtime/vm/exceptions.h
|
| +++ b/runtime/vm/exceptions.h
|
| @@ -86,6 +86,8 @@ class Exceptions : AllStatic {
|
| // otherwise returns a RawError.
|
| static RawObject* Create(ExceptionType type, const Array& arguments);
|
|
|
| + static void PrintStackTraceAndAbort(const char* reason);
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(Exceptions);
|
| };
|
|
|