| Index: pkg/compiler/lib/src/dump_info.dart
|
| diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
|
| index a2cc65da20ddca70527a348938b6618f309d6f2f..898337ba3a1143f0631d38135839300e75ad1227 100644
|
| --- a/pkg/compiler/lib/src/dump_info.dart
|
| +++ b/pkg/compiler/lib/src/dump_info.dart
|
| @@ -11,6 +11,8 @@ import 'common/tasks.dart' show
|
| CompilerTask;
|
| import 'compiler.dart' show
|
| Compiler;
|
| +import 'diagnostics/messages.dart' show
|
| + MessageKind;
|
| import 'diagnostics/spannable.dart' show
|
| NO_LOCATION_SPANNABLE;
|
| import 'elements/elements.dart';
|
| @@ -25,8 +27,6 @@ import 'js_backend/js_backend.dart' show
|
| import 'js_emitter/full_emitter/emitter.dart' as full show
|
| Emitter;
|
| import 'js/js.dart' as jsAst;
|
| -import 'messages.dart' show
|
| - MessageKind;
|
| import 'universe/universe.dart' show
|
| Selector,
|
| UniverseSelector;
|
|
|