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

Unified Diff: compiler/lib/implementation/isolate.dart

Issue 8370031: Fix for events fired on different isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove Isolate.bind. Created 9 years, 2 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
Index: compiler/lib/implementation/isolate.dart
diff --git a/compiler/lib/implementation/isolate.dart b/compiler/lib/implementation/isolate.dart
index 0680c740d1c4e3fd392009d8aadf8cdc4bf54dbf..704c5f009e287b7904d1f03e6cdafa803ea41b8b 100644
--- a/compiler/lib/implementation/isolate.dart
+++ b/compiler/lib/implementation/isolate.dart
@@ -165,7 +165,6 @@ class IsolateNatives {
}
static SendPort _spawn(Isolate isolate, bool light, SendPort port) native;
- static Function bind(Function f) native;
}

Powered by Google App Engine
This is Rietveld 408576698