| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index 4b741e0ed37d46a9c737016ab96775a10210577a..dba20847ef1987e675f3284e819b20f42b5b6940 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -20,6 +20,7 @@ class Dart : public AllStatic {
|
| public:
|
| static bool InitOnce(Dart_IsolateCreateCallback create,
|
| Dart_IsolateInterruptCallback interrupt,
|
| + Dart_IsolateUnhandledExceptionCallback unhandled,
|
| Dart_IsolateShutdownCallback shutdown);
|
|
|
| static Isolate* CreateIsolate(const char* name_prefix);
|
|
|