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

Unified Diff: corelib/src/isolate.dart

Issue 8989015: Updates the corelib to the new default specification for interfaces and new factory syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « corelib/src/implementation/queue.dart ('k') | corelib/src/list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/isolate.dart
diff --git a/corelib/src/isolate.dart b/corelib/src/isolate.dart
index 71950756419e38375e0f7689884efe84aa4b9e8c..22b0e940eb028caf7de083053e087f9ef2f93a1e 100644
--- a/corelib/src/isolate.dart
+++ b/corelib/src/isolate.dart
@@ -54,7 +54,7 @@ interface SendPort extends Hashable {
*
* A [ReceivePort] may have many [SendPort]s.
*/
-interface ReceivePort factory ReceivePortFactory {
+interface ReceivePort default ReceivePortFactory {
/**
* Opens a long-lived port for receiving messages. The returned port
« no previous file with comments | « corelib/src/implementation/queue.dart ('k') | corelib/src/list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698