| Index: lib/runtime/dart/async.js
|
| diff --git a/lib/runtime/dart/async.js b/lib/runtime/dart/async.js
|
| index d3b7f547c644fc3b73657c9689b8941c397a4ca9..3407d31ae457dca24dd48704912114f598b74fc1 100644
|
| --- a/lib/runtime/dart/async.js
|
| +++ b/lib/runtime/dart/async.js
|
| @@ -1,11 +1,13 @@
|
| -dart.library('dart/async', null, /* Imports */[
|
| +loader.library('dart/async', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'dart/core',
|
| 'dart/_internal',
|
| 'dart/collection'
|
| ], /* Lazy imports */[
|
| 'dart/_isolate_helper',
|
| 'dart/_js_helper'
|
| -], function(exports, core, _internal, collection, _isolate_helper, _js_helper) {
|
| +], function(exports, dart, dartx, core, _internal, collection, _isolate_helper, _js_helper) {
|
| 'use strict';
|
| function _invokeErrorHandler(errorHandler, error, stackTrace) {
|
| if (dart.is(errorHandler, ZoneBinaryCallback)) {
|
|
|