| Index: pkg/compiler/lib/src/helpers/helpers.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/helpers.dart b/pkg/compiler/lib/src/helpers/helpers.dart
|
| index 3941373491a8f95d932de6840b0f8249d6a02bed..3a67978befe1666d4104f1f7910acc47bc3dea3f 100644
|
| --- a/pkg/compiler/lib/src/helpers/helpers.dart
|
| +++ b/pkg/compiler/lib/src/helpers/helpers.dart
|
| @@ -17,10 +17,10 @@ import '../compiler.dart' show
|
| Compiler;
|
| import '../diagnostics/invariant.dart' show
|
| DEBUG_MODE;
|
| +import '../diagnostics/messages.dart' show
|
| + MessageKind;
|
| import '../diagnostics/spannable.dart' show
|
| Spannable;
|
| -import '../messages.dart' show
|
| - MessageKind;
|
| import '../util/util.dart';
|
|
|
| part 'debug_collection.dart';
|
|
|