| Index: pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| index a5e7b4c19cdfc07c917e85ee50eadc3596c4bf63..af5e7644cab37a0411129404692a85ce2dd3668f 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| @@ -1152,7 +1152,7 @@ class Emitter implements js_emitter.Emitter {
|
| .add(new jsAst.FunctionDeclaration(constructorName, constructorAst));
|
|
|
| String fieldNamesProperty = FIELD_NAMES_PROPERTY_NAME;
|
| - bool hasIsolateSupport = compiler.resolverWorld.hasIsolateSupport;
|
| + bool hasIsolateSupport = backend.hasIsolateSupport;
|
| jsAst.Node fieldNamesArray;
|
| if (hasIsolateSupport) {
|
| fieldNamesArray =
|
|
|