| Index: sdk/lib/async/stream_controller.dart
|
| diff --git a/sdk/lib/async/stream_controller.dart b/sdk/lib/async/stream_controller.dart
|
| index 7c84f619614683a736bcab993e15afa32169b154..15a3e0195b44d8a003218e13c092b89d938d2308 100644
|
| --- a/sdk/lib/async/stream_controller.dart
|
| +++ b/sdk/lib/async/stream_controller.dart
|
| @@ -277,7 +277,7 @@ void _runGuarded(_NotificationHandler notificationHandler) {
|
| try {
|
| notificationHandler();
|
| } catch (e, s) {
|
| - _throwDelayed(e, s);
|
| + _Zone.current.handleUncaughtError(_asyncError(e, s));
|
| }
|
| }
|
|
|
|
|