| Index: lib/runtime/dart/isolate.js
|
| diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js
|
| index c3adaa6e0b330efdb8da47792066079e7208c556..e35d63fa3e9aff0f61bb6895c5b2655aa4f2e012 100644
|
| --- a/lib/runtime/dart/isolate.js
|
| +++ b/lib/runtime/dart/isolate.js
|
| @@ -24,7 +24,7 @@ var isolate;
|
| this.terminateCapability = terminateCapability;
|
| }
|
| static get current() {
|
| - return dart.as(_currentIsolateCache, Isolate);
|
| + return _currentIsolateCache;
|
| }
|
| static spawn(entryPoint, message, opt$) {
|
| let paused = opt$ && 'paused' in opt$ ? opt$.paused : false;
|
|
|