Index: pkg/compiler/lib/src/use_unused_api.dart |
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart |
index 5e0b379cab6a94941989d7293707c13ad49ff00b..da1cbdff90ac04e03361e2173ab60b418954d4aa 100644 |
--- a/pkg/compiler/lib/src/use_unused_api.dart |
+++ b/pkg/compiler/lib/src/use_unused_api.dart |
@@ -247,7 +247,7 @@ useIo([io.LineColumnMap map, io.LineColumnProvider provider]) { |
usedByTests() { |
// TODO(ahe): We should try to avoid including API used only for tests. In |
// most cases, such API can be moved to a test library. |
- World world = null; |
+ WorldImpl world = null; |
type_graph_inferrer.TypeGraphInferrer typeGraphInferrer = null; |
source_file_provider.SourceFileProvider sourceFileProvider = null; |
sourceFileProvider.getSourceFile(null); |