Chromium Code Reviews| Index: corelib/src/isolate.dart |
| =================================================================== |
| --- corelib/src/isolate.dart (revision 2395) |
| +++ corelib/src/isolate.dart (working copy) |
| @@ -54,7 +54,7 @@ |
| * |
| * 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 |