| Index: pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| index c1b7824a3e1b3979af0e8e73c7fdb0788daece3b..8cda27248f5dcf4348ec02e7956f827a863d7bef 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
|
| @@ -16,7 +16,7 @@ import '../../common/names.dart' show Names;
|
| import '../../compiler.dart' show Compiler;
|
| import '../../constants/values.dart';
|
| import '../../core_types.dart' show CommonElements;
|
| -import '../../dart_types.dart' show DartType;
|
| +import '../../elements/resolution_types.dart' show DartType;
|
| import '../../deferred_load.dart' show OutputUnit;
|
| import '../../elements/elements.dart'
|
| show
|
|
|