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

Unified Diff: corelib/src/isolate.dart

Issue 8952006: Fix factories in Frog to correspond to the new 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
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') | frog/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698