| Index: pkg/compiler/lib/src/resolution/enum_creator.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/enum_creator.dart b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| index 6b94c22dd581e0a50641f17a4a323020bf197298..d525e2a7832cd78a012037fc67642ba30c88fcd3 100644
|
| --- a/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| +++ b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| @@ -6,7 +6,7 @@ library dart2js.resolution.enum_creator;
|
|
|
| import '../common.dart';
|
| import '../core_types.dart' show CommonElements;
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart';
|
| import '../tokens/keyword.dart' show Keyword;
|
|
|