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

Unified Diff: lib/isolate/isolate_compiler.dart

Issue 10837070: Remove old isolate API and update all code in the repository to use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 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 | « lib/isolate/isolate_api.dart ('k') | runtime/lib/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/isolate_compiler.dart
diff --git a/lib/isolate/isolate_compiler.dart b/lib/isolate/isolate_compiler.dart
index 61438ed4fae43f7cf41bc70037a56818ecaf6a1d..5aa0a6d84fbce92ed4a2036e119fbc9c6f2d5f6b 100644
--- a/lib/isolate/isolate_compiler.dart
+++ b/lib/isolate/isolate_compiler.dart
@@ -21,12 +21,6 @@ SendPort _spawnUri(String uri) {
ReceivePort _port = null;
-class _IsolateNatives {
- static Future<SendPort> spawn(Isolate isolate, bool isLight) {
- throw new NotImplementedException();
- }
-}
-
class _ReceivePortFactory {
factory ReceivePort() {
throw new NotImplementedException();
« no previous file with comments | « lib/isolate/isolate_api.dart ('k') | runtime/lib/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698