| Index: sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart b/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| index 965822ea6c0c54cf5ca4370ebb5b6f15ecb59839..582f85dfcaba911f23470dc247d37dce1dc22fee 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| @@ -3004,6 +3004,7 @@ class CodeEmitterTask extends CompilerTask {
|
| })(function(currentScript) {
|
| ${namer.isolateName}.${namer.isolatePropertiesName}.\$currentScript =
|
| currentScript;
|
| + ${namer.CURRENT_ISOLATE}.\$currentScript = currentScript;
|
|
|
| if (typeof console !== 'undefined' && typeof document !== 'undefined' &&
|
| document.readyState == "loading") {
|
|
|