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

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

Issue 2966053002: Use MemberEntity more in type_graph_nodes (Closed)
Patch Set: Created 3 years, 5 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/node_tracer.dart
diff --git a/pkg/compiler/lib/src/inferrer/node_tracer.dart b/pkg/compiler/lib/src/inferrer/node_tracer.dart
index b639879df586e7364a9b1793786d84d28fd8fffb..ed1a0073c1c5317bc3aa21ca678dc2d17a66068b 100644
--- a/pkg/compiler/lib/src/inferrer/node_tracer.dart
+++ b/pkg/compiler/lib/src/inferrer/node_tracer.dart
@@ -80,7 +80,7 @@ abstract class TracerVisitor implements TypeInformationVisitor {
static const int MAX_ANALYSIS_COUNT =
const int.fromEnvironment('dart2js.tracing.limit', defaultValue: 32);
- final Setlet<Element> analyzedElements = new Setlet<Element>();
+ final Setlet<MemberEntity> analyzedElements = new Setlet<MemberEntity>();
TracerVisitor(this.tracedType, InferrerEngine inferrer)
: this.inferrer = inferrer,
« no previous file with comments | « pkg/compiler/lib/src/inferrer/inferrer_engine.dart ('k') | pkg/compiler/lib/src/inferrer/type_graph_dump.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698