| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index ffe98ae8a3bbb1c050d9770bf64c128cc2db6c93..17ea0845426038014b97f5e45ccc87ecef736742 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -30673,7 +30673,7 @@ class _ModelTreeObserver {
|
| .forEach((controller) => controller.add(node));
|
| }
|
| } catch (e, s) {
|
| - new Future.immediateError(e, s);
|
| + new Future.error(e, s);
|
| }
|
| for (var child = node.$dom_firstChild; child != null;
|
| child = child.nextNode) {
|
|
|