| Index: tools/dom/src/ModelTreeObserver.dart
|
| diff --git a/tools/dom/src/ModelTreeObserver.dart b/tools/dom/src/ModelTreeObserver.dart
|
| index 38cf9b3f72711fc867c7c76ad27b2fad55a0d67e..8e0bb41ad584799c601fad977adc55f3c2bc19f8 100644
|
| --- a/tools/dom/src/ModelTreeObserver.dart
|
| +++ b/tools/dom/src/ModelTreeObserver.dart
|
| @@ -86,7 +86,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) {
|
|
|