| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index 3291dd078eb5516c97f4e801c5082f310ccb7c94..42ba0f2491e3c4ba0b0744bcbc026decfa2e8208 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -692,13 +692,6 @@ typedef Dart_Isolate (*Dart_IsolateCreateCallback)(const char* script_uri,
|
| char** error);
|
|
|
| /**
|
| - * An isolate interrupt callback function.
|
| - *
|
| - * This callback has been DEPRECATED.
|
| - */
|
| -typedef bool (*Dart_IsolateInterruptCallback)();
|
| -
|
| -/**
|
| * An isolate unhandled exception callback function.
|
| *
|
| * This callback has been DEPRECATED.
|
| @@ -1042,7 +1035,7 @@ DART_EXPORT Dart_Handle Dart_CreateLibrarySnapshot(Dart_Handle library,
|
| *
|
| * When the isolate is interrupted, the isolate interrupt callback
|
| * will be invoked with 'isolate' as the current isolate (see
|
| - * Dart_IsolateInterruptCallback).
|
| + * Dart_SetIsolateEventHandler).
|
| *
|
| * \param isolate The isolate to be interrupted.
|
| */
|
|
|