| Index: lib/compiler/implementation/emitter.dart
|
| diff --git a/lib/compiler/implementation/emitter.dart b/lib/compiler/implementation/emitter.dart
|
| index 391cff639c4b348dccabe85b68b47ec3fb568a5c..ea85fdeea4706125f4e933ee23dde9208a161f61 100644
|
| --- a/lib/compiler/implementation/emitter.dart
|
| +++ b/lib/compiler/implementation/emitter.dart
|
| @@ -676,6 +676,9 @@ function(child, parent) {
|
| var \$globalThis = $currentIsolate;
|
| var \$globalState;
|
| var \$globals;
|
| +var \$isWorker;
|
| +var \$supportsWorkers;
|
| +var \$thisScriptUrl;
|
| function \$static_init(){};
|
|
|
| function \$initGlobals(context) {
|
|
|