| Index: pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| index 4a512390833817e0a77aa307fd95bb8be51ec1ed..38e531ab929d883fd1be1ff416a6a0c0b3a9584d 100644
|
| --- a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| @@ -17,8 +17,8 @@ import '../constants/values.dart'
|
| NullConstantValue,
|
| StringConstantValue,
|
| TypeConstantValue;
|
| -import '../dart_types.dart' show DartType;
|
| -import '../dart_types.dart' show InterfaceType;
|
| +import '../elements/resolution_types.dart' show DartType;
|
| +import '../elements/resolution_types.dart' show InterfaceType;
|
| import '../elements/elements.dart'
|
| show ClassElement, FieldElement, LibraryElement, VariableElement;
|
| import '../universe/use.dart' show StaticUse;
|
|
|