| Index: pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
|
| index 304f628f6b5ca2cb0d0b1ac36b7501fbaa09a5ca..45596ea9dbc3f1c0809f9ecc4aaec12e5584f13c 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
|
| @@ -272,7 +272,7 @@ class ClassEmitter extends CodeEmitterHelper {
|
| emitter.containerBuilder.addMemberMethod(method, builder);
|
| }
|
|
|
| - if (classElement.isObject && backend.backendUsage.isNoSuchMethodUsed) {
|
| + if (classElement.isObject && closedWorld.backendUsage.isNoSuchMethodUsed) {
|
| // Emit the noSuchMethod handlers on the Object prototype now,
|
| // so that the code in the dynamicFunction helper can find
|
| // them. Note that this helper is invoked before analyzing the
|
|
|