Index: pkg/compiler/tool/perf.dart |
diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart |
index c2893f3a0918a9922389b5510615900b893e69c5..ff154bf04b809c34eb24c931dd7d8ef27c2418f6 100644 |
--- a/pkg/compiler/tool/perf.dart |
+++ b/pkg/compiler/tool/perf.dart |
@@ -361,7 +361,7 @@ class MyCompiler extends CompilerImpl { |
resolutionEnqueuer.applyImpact(computeImpactForLibrary(library)); |
}); |
- if (commonElements.mirrorsLibrary != null) { |
+ if (frontendStrategy.commonElements.mirrorsLibrary != null) { |
resolveLibraryMetadata(); |
} |
reporter.log('Resolving...'); |