| Index: runtime/bin/chunked_stream.dart
|
| diff --git a/runtime/bin/chunked_stream.dart b/runtime/bin/chunked_stream.dart
|
| index f6462e91d93874847fca7c20dae03452b1ccdaf6..b90ada60290c89c9d5b1f2955718cde7556ff995 100644
|
| --- a/runtime/bin/chunked_stream.dart
|
| +++ b/runtime/bin/chunked_stream.dart
|
| @@ -48,7 +48,7 @@ class _ChunkedInputStream implements ChunkedInputStream {
|
| _clientCloseHandler = callback;
|
| }
|
|
|
| - void set onError(void callback()) {
|
| + void set onError(void callback(Exception e)) {
|
| _input.onError = callback;
|
| }
|
|
|
|
|