| Index: runtime/bin/output_stream.dart
|
| diff --git a/runtime/bin/output_stream.dart b/runtime/bin/output_stream.dart
|
| index 6583599a7c295b1f7fc53affa7901d3dbcc62517..78663cb6d34f5403136e1b8eceaea52d6c47655d 100644
|
| --- a/runtime/bin/output_stream.dart
|
| +++ b/runtime/bin/output_stream.dart
|
| @@ -82,6 +82,6 @@ interface OutputStream {
|
| * Sets the handler that gets called when the underlying
|
| * communication channel gets into some kind of error situation.
|
| */
|
| - void set onError(void callback(Exception e));
|
| + void set onError(void callback(e));
|
| }
|
|
|
|
|