| Index: pkg/compiler/lib/src/dump_info.dart
|
| diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
|
| index c92ea25f36065b638010032b889b5239753d0449..5792cace9ffc0fb47d9b93729ec2ad750bffa785 100644
|
| --- a/pkg/compiler/lib/src/dump_info.dart
|
| +++ b/pkg/compiler/lib/src/dump_info.dart
|
| @@ -654,7 +654,7 @@ class DumpInfoTask extends CompilerTask {
|
| 'compilationDuration': compiler.totalCompileTime.elapsed.toString(),
|
| 'toJsonDuration': 0,
|
| 'dumpInfoDuration': this.timing.toString(),
|
| - 'noSuchMethodEnabled': compiler.enabledNoSuchMethod
|
| + 'noSuchMethodEnabled': backend.enabledNoSuchMethod
|
| };
|
|
|
| outJson['program'] = generalProgramInfo;
|
|
|