Index: pkg/compiler/lib/src/closure.dart |
diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart |
index f44b2d2a398a3513bc46103d0d560fc4b78edf0e..f9d431729deac978f979396b763357b61e1d1d67 100644 |
--- a/pkg/compiler/lib/src/closure.dart |
+++ b/pkg/compiler/lib/src/closure.dart |
@@ -19,7 +19,7 @@ import 'js_backend/js_backend.dart' show JavaScriptBackend; |
import 'resolution/tree_elements.dart' show TreeElements; |
import 'tokens/token.dart' show Token; |
import 'tree/tree.dart'; |
-import 'universe/universe.dart' show CodegenUniverse; |
+import 'universe/world_builder.dart' show CodegenWorldBuilder; |
import 'util/util.dart'; |
class ClosureTask extends CompilerTask { |