Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1305)

Unified Diff: pkg/compiler/tool/perf.dart

Issue 2935663002: Remove Compiler.commonElements (Closed)
Patch Set: Remove Compiler._commonElements Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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...');
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | tests/compiler/dart2js/constant_expression_evaluate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698