| Index: pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart b/pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart
|
| index d56dbb42510314a43ad4f4c2b26c8caf2a7b0ca1..41ddf841844c0a32d9112010c06a8a431de545e0 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart
|
| @@ -243,7 +243,7 @@ class ClassEmitter extends CodeEmitterHelper {
|
| }
|
|
|
| if (identical(classElement, compiler.objectClass)
|
| - && compiler.enabledNoSuchMethod) {
|
| + && backend.enabledNoSuchMethod) {
|
| // 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
|
|
|