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

Unified Diff: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart

Issue 2888413004: Add KernelCodegenWorkItem stub (Closed)
Patch Set: Add comment Created 3 years, 7 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/lib/src/inferrer/type_graph_inferrer.dart
diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
index da5569a404b2663d1668992a5d7795ccc9f3a859..fd26e7c09bf14c67c2e337357cdfabe56370ce6a 100644
--- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
+++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
@@ -63,7 +63,7 @@ class TypeGraphInferrer implements TypesInferrer {
TypeMask get _dynamicType => commonMasks.dynamicType;
- void analyzeMain(Element main) {
+ void analyzeMain(FunctionEntity main) {
inferrer =
new InferrerEngine(compiler, closedWorld, closedWorldRefiner, main);
inferrer.runOverAllElements();

Powered by Google App Engine
This is Rietveld 408576698