| Index: pkg/compiler/lib/src/universe/universe.dart
|
| diff --git a/pkg/compiler/lib/src/universe/universe.dart b/pkg/compiler/lib/src/universe/universe.dart
|
| index 6bfad4391a782cdfa085b3aaa5a7ec3bcaaa2df0..b1497b4f36c04a6d3f905b3b150945f5c74e290c 100644
|
| --- a/pkg/compiler/lib/src/universe/universe.dart
|
| +++ b/pkg/compiler/lib/src/universe/universe.dart
|
| @@ -6,8 +6,13 @@ library universe;
|
|
|
| import 'dart:collection';
|
|
|
| +import '../compiler.dart' show
|
| + Compiler;
|
| +import '../diagnostics/invariant.dart' show
|
| + invariant;
|
| +import '../diagnostics/spannable.dart' show
|
| + SpannableAssertionFailure;
|
| import '../elements/elements.dart';
|
| -import '../dart2jslib.dart';
|
| import '../dart_types.dart';
|
| import '../types/types.dart';
|
| import '../tree/tree.dart';
|
|
|