Index: lib/runtime/dart/isolate.js |
diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js |
index e6ba40285cda72d4a80e290d0d2bb456d5cf09bc..05d04f0e6af8f142d5fe706359f43e57e3879af8 100644 |
--- a/lib/runtime/dart/isolate.js |
+++ b/lib/runtime/dart/isolate.js |
@@ -1,10 +1,12 @@ |
-dart.library('dart/isolate', null, /* Imports */[ |
+dart_library.library('dart/isolate', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core', |
'dart/async' |
], /* Lazy imports */[ |
'dart/_isolate_helper' |
-], function(exports, core, async, _isolate_helper) { |
+], function(exports, dart, core, async, _isolate_helper) { |
'use strict'; |
+ let dartx = dart.dartx; |
class Capability extends core.Object { |
static new() { |
return new _isolate_helper.CapabilityImpl(); |