Index: pkg/compiler/lib/src/universe/function_set.dart |
diff --git a/pkg/compiler/lib/src/universe/function_set.dart b/pkg/compiler/lib/src/universe/function_set.dart |
index c05c7f923795ce9b12f65342f9b727c38a0a6b0c..ac25450a6b9688515cbfe0994f1c727bd279b3f9 100644 |
--- a/pkg/compiler/lib/src/universe/function_set.dart |
+++ b/pkg/compiler/lib/src/universe/function_set.dart |
@@ -11,7 +11,7 @@ import '../types/types.dart'; |
import '../util/util.dart' show Hashing, Setlet; |
import '../world.dart' show ClosedWorld; |
import 'selector.dart' show Selector; |
-import 'universe.dart' show ReceiverConstraint; |
+import 'world_builder.dart' show ReceiverConstraint; |
// TODO(kasperl): This actually holds getters and setters just fine |
// too and stricly they aren't functions. Maybe this needs a better |