| Index: sdk/lib/isolate/isolate_stream.dart
|
| diff --git a/sdk/lib/isolate/isolate_stream.dart b/sdk/lib/isolate/isolate_stream.dart
|
| index 63c270ea6c26ad9c2ed67e1f7c851a5cce33db85..092db3560f61f7cb889a4261b13b7aa7907a0441 100644
|
| --- a/sdk/lib/isolate/isolate_stream.dart
|
| +++ b/sdk/lib/isolate/isolate_stream.dart
|
| @@ -92,9 +92,9 @@ class IsolateStream extends Stream<dynamic> {
|
| }
|
|
|
| StreamSubscription listen(void onData(event),
|
| - { void onError(AsyncError error),
|
| - void onDone(),
|
| - bool unsubscribeOnError}) {
|
| + { void onError(AsyncError error),
|
| + void onDone(),
|
| + bool unsubscribeOnError}) {
|
| return _controller.listen(onData,
|
| onError: onError,
|
| onDone: onDone,
|
|
|