| Index: sdk/lib/io/file_impl.dart
|
| diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart
|
| index 75ecab6a4bd12f7b3c20b0f1617918f573b81dea..caf8fde7411179dbdb42563403c0e0f904c43356 100644
|
| --- a/sdk/lib/io/file_impl.dart
|
| +++ b/sdk/lib/io/file_impl.dart
|
| @@ -36,7 +36,7 @@ class _FileStream extends Stream<List<int>> {
|
| }
|
|
|
| StreamSubscription<List<int>> listen(void onData(List<int> event),
|
| - {void onError(AsyncError error),
|
| + {void onError(error),
|
| void onDone(),
|
| bool unsubscribeOnError}) {
|
| return _controller.stream.listen(onData,
|
|
|