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

Unified Diff: pkg/compiler/lib/src/types/types.dart

Issue 2846433003: Run closed_world2_test using the normal compiler pipeline. (Closed)
Patch Set: Updated cf. comments Created 3 years, 8 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
« no previous file with comments | « pkg/compiler/lib/src/resolution/resolution_strategy.dart ('k') | pkg/compiler/tool/perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/types/types.dart
diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
index 2bce947c5f282aae4bc5bffec2c337ebc0c89e0a..454d6f1f08678feb8cd7256a044933702ff2f2f4 100644
--- a/pkg/compiler/lib/src/types/types.dart
+++ b/pkg/compiler/lib/src/types/types.dart
@@ -272,8 +272,8 @@ class GlobalTypeInferenceTask extends CompilerTask {
super(compiler.measurer);
/// Runs the global type-inference algorithm once.
- void runGlobalTypeInference(Element mainElement, ClosedWorld closedWorld,
- ClosedWorldRefiner closedWorldRefiner) {
+ void runGlobalTypeInference(MethodElement mainElement,
+ ClosedWorld closedWorld, ClosedWorldRefiner closedWorldRefiner) {
measure(() {
typesInferrerInternal ??=
new TypeGraphInferrer(compiler, closedWorld, closedWorldRefiner);
« no previous file with comments | « pkg/compiler/lib/src/resolution/resolution_strategy.dart ('k') | pkg/compiler/tool/perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698