Index: pkg/compiler/lib/src/compiler.dart |
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart |
index e3105d7ccd8b59078ab1749fbb6c05c13b5aa5ad..5f520633d9626ca02edfa58e918fb6966e5d8194 100644 |
--- a/pkg/compiler/lib/src/compiler.dart |
+++ b/pkg/compiler/lib/src/compiler.dart |
@@ -496,7 +496,7 @@ abstract class Compiler { |
_parsing = new _CompilerParsing(this); |
_resolution = new _CompilerResolution(this); |
_coreTypes = new _CompilerCoreTypes(_resolution); |
- types = new Types(this); |
+ types = new Types(_resolution); |
tracer = new Tracer(this, this.outputProvider); |
if (verbose) { |