Chromium Code Reviews| Index: runtime/bin/string_stream.dart |
| diff --git a/runtime/bin/string_stream.dart b/runtime/bin/string_stream.dart |
| index eb596296feeff6b9f54f4f3cfe1a203defaaede8..e41c0883f9dc829ee963903aa38003bc099f33b9 100644 |
| --- a/runtime/bin/string_stream.dart |
| +++ b/runtime/bin/string_stream.dart |
| @@ -395,7 +395,7 @@ class _StringInputStream implements StringInputStream { |
| } |
| void set onError(void callback(Exception e)) { |
| - _input.errorHandler = callback; |
| + _input.onError = callback; |
| } |
| void _onData() { |