| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 54a2cabf460c4b769c40a52da49f1801ac266939..cb67dad5761ac5bf5b893c8a1477338732c5e3fa 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -32862,7 +32862,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) {
|
|
|