Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: runtime/include/dart_api.h

Issue 2245833002: Remove dead callback. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/isolate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
« no previous file with comments | « no previous file | runtime/vm/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698