Index: lib/runtime/dart/async.js |
diff --git a/lib/runtime/dart/async.js b/lib/runtime/dart/async.js |
index f085ffee4a44a1eda1f6f94315e07f3a3e583184..cb19196aec674740559a286976a66cb37048a402 100644 |
--- a/lib/runtime/dart/async.js |
+++ b/lib/runtime/dart/async.js |
@@ -1,9 +1,9 @@ |
-var async = dart.defineLibrary(async, {}); |
-var core = dart.import(core); |
-var _internal = dart.import(_internal); |
-var _js_helper = dart.lazyImport(_js_helper); |
-var _isolate_helper = dart.lazyImport(_isolate_helper); |
-var collection = dart.import(collection); |
+dart.defineLibrary('async'); |
+dart.import('core'); |
+dart.import('_internal'); |
+dart.lazyImport('_js_helper'); |
+dart.lazyImport('_isolate_helper'); |
+dart.import('collection'); |
(function(exports, core, _internal, _js_helper, _isolate_helper, collection) { |
'use strict'; |
function _invokeErrorHandler(errorHandler, error, stackTrace) { |