Index: pkg/compiler/tool/perf.dart |
diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart |
index 044df8d7cb1069a1a590c2f3805cde3a5f08956d..c2893f3a0918a9922389b5510615900b893e69c5 100644 |
--- a/pkg/compiler/tool/perf.dart |
+++ b/pkg/compiler/tool/perf.dart |
@@ -344,7 +344,7 @@ class MyCompiler extends CompilerImpl { |
selfTask.measureSubtask('KernelCompiler.compileLoadedLibraries', () { |
ResolutionEnqueuer resolutionEnqueuer = startResolution(); |
WorldImpactBuilderImpl mainImpact = new WorldImpactBuilderImpl(); |
- mainFunction = frontEndStrategy.computeMain(rootLibrary, mainImpact); |
+ mainFunction = frontendStrategy.computeMain(rootLibrary, mainImpact); |
mirrorUsageAnalyzerTask.analyzeUsage(mainApp); |
deferredLoadTask.beforeResolution(this); |