Chromium Code Reviews| 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 6534bbe5fb13d06e273c81146f90f38cbe4b4c11..c54ddfcaa5bdf61198ab6a3641cabe81cc4a0412 100644 |
| --- a/pkg/compiler/lib/src/inferrer/node_tracer.dart |
| +++ b/pkg/compiler/lib/src/inferrer/node_tracer.dart |
| @@ -75,7 +75,7 @@ abstract class TracerVisitor<T extends TypeInformation> |
| static const int MAX_ANALYSIS_COUNT = 16; |
| final Setlet<Element> analyzedElements = new Setlet<Element>(); |
| - TracerVisitor(this.tracedType, inferrer) |
| + TracerVisitor(this.tracedType, TypeGraphInferrerEngine inferrer) |
|
herhut
2015/01/29 16:03:47
Nice, I wonder how you stumbled across this one...
floitsch
2015/01/29 16:04:51
The editor renamed the inferrer.compiler field whe
|
| : this.inferrer = inferrer, this.compiler = inferrer.compiler; |
| // Work list that gets populated with [TypeInformation] that could |