| 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
|
|
|