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

Unified Diff: lib/isolate/isolate_compiler.dart

Issue 9652001: SendPort + ReceivePort changes: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/bin/directory_impl.dart » ('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 0f9e886c92231c67fd5546c6cd06053c082f4824..e860a48d2c7696ae021737d90ba54610f1a83911 100644
--- a/lib/isolate/isolate_compiler.dart
+++ b/lib/isolate/isolate_compiler.dart
@@ -30,8 +30,4 @@ class _ReceivePortFactory {
factory ReceivePort() {
throw new NotImplementedException();
}
-
- factory ReceivePort.singleShot() {
- throw new NotImplementedException();
- }
}
« no previous file with comments | « lib/isolate/isolate_api.dart ('k') | runtime/bin/directory_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698