| Index: lib/runtime/dart/isolate.js
|
| diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js
|
| index 3f55a6c0d8467e931aa159cd938f6e7818f423a4..3bd7ad2e12302c2be6abca02283da2cd515a54dd 100644
|
| --- a/lib/runtime/dart/isolate.js
|
| +++ b/lib/runtime/dart/isolate.js
|
| @@ -1,5 +1,5 @@
|
| -var isolate;
|
| -(function(exports) {
|
| +var isolate, core, _isolate_helper, async;
|
| +(function(exports, core, _isolate_helper, async) {
|
| 'use strict';
|
| class Capability extends core.Object {
|
| Capability() {
|
| @@ -217,4 +217,4 @@ var isolate;
|
| exports.ReceivePort = ReceivePort;
|
| exports.RawReceivePort = RawReceivePort;
|
| exports.RemoteError = RemoteError;
|
| -})(isolate || (isolate = {}));
|
| +})(isolate || (isolate = {}), core, _isolate_helper || (_isolate_helper = {}), async);
|
|
|