| 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 4171c2614c338cdeb23c8bd9f4ea9f5393ae27ff..769803983e130b2e0d644b77548771bd281aa277 100644
|
| --- a/pkg/compiler/lib/src/dump_info.dart
|
| +++ b/pkg/compiler/lib/src/dump_info.dart
|
| @@ -607,7 +607,7 @@ class DumpInfoTask extends CompilerTask implements InfoReporter {
|
| toJsonDuration:
|
| new Duration(milliseconds: stopwatch.elapsedMilliseconds),
|
| dumpInfoDuration: new Duration(milliseconds: this.timing),
|
| - noSuchMethodEnabled: compiler.backend.backendUsage.isNoSuchMethodUsed,
|
| + noSuchMethodEnabled: closedWorld.backendUsage.isNoSuchMethodUsed,
|
| minified: compiler.options.enableMinification);
|
|
|
| ChunkedConversionSink<Object> sink = encoder.startChunkedConversion(
|
|
|