| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index 585cdddf982a15b9212ca2381fc0dc8d96ec6159..b716661094e839a1c862af17318f1cace727cd64 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -18,9 +18,11 @@ class ThreadPool;
|
|
|
| class Dart : public AllStatic {
|
| public:
|
| - static const char* InitOnce(Dart_IsolateCreateCallback create,
|
| - Dart_IsolateInterruptCallback interrupt,
|
| - Dart_IsolateShutdownCallback shutdown);
|
| + static const char* InitOnce(
|
| + Dart_IsolateCreateCallback create,
|
| + Dart_IsolateInterruptCallback interrupt,
|
| + Dart_IsolateUnhandledExceptionCallback unhandled,
|
| + Dart_IsolateShutdownCallback shutdown);
|
|
|
| static Isolate* CreateIsolate(const char* name_prefix);
|
| static RawError* InitializeIsolate(const uint8_t* snapshot, void* data);
|
|
|