Index: sdk/lib/_internal/compiler/implementation/use_unused_api.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart |
index 259f93dede0b55f26a66a9f60c114eb5fa62615d..16faf1b5852624c9558af07a5c55c9ee70fbcaf6 100644 |
--- a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart |
+++ b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart |
@@ -200,7 +200,7 @@ usedByTests() { |
compiler.importHelperLibrary(null); |
typeGraphInferrer.getCallersOf(null); |
dart_types.Types.sorted(null); |
- new dart_types.Types(compiler, null).copy(compiler); |
+ new dart_types.Types(compiler).copy(compiler); |
new universe.TypedSelector.subclass(null, null); |
new universe.TypedSelector.subtype(null, null); |
new universe.TypedSelector.exact(null, null); |