| Index: runtime/bin/http_impl.dart
|
| diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart
|
| index e543a92866e406280bbc93ec0a6e70a620bfba86..170413e287ab107772dfc960adf30accbd1dbaaa 100644
|
| --- a/runtime/bin/http_impl.dart
|
| +++ b/runtime/bin/http_impl.dart
|
| @@ -180,7 +180,7 @@ class _HttpRequest extends _HttpRequestResponseBase implements HttpRequest {
|
| }
|
|
|
| void _streamSetErrorHandler(callback(Exception e)) {
|
| - _streamErrorHandler = callback
|
| + _streamErrorHandler = callback;
|
| }
|
|
|
| String _method;
|
|
|