| Index: pkg/compiler/lib/src/types/constants.dart
|
| diff --git a/pkg/compiler/lib/src/types/constants.dart b/pkg/compiler/lib/src/types/constants.dart
|
| index c6cc7b864fdef1bd70d4637c4f30daa30d9200e8..d62a2166126a37d7eaea1dcb9955b4894f13e6d7 100644
|
| --- a/pkg/compiler/lib/src/types/constants.dart
|
| +++ b/pkg/compiler/lib/src/types/constants.dart
|
| @@ -5,11 +5,8 @@
|
| library types.constants;
|
|
|
| import '../common.dart';
|
| -import '../constants/constant_system.dart' show ConstantSystem;
|
| -import '../compiler.dart' show Compiler;
|
| import '../constants/values.dart';
|
| -import '../js_backend/js_backend.dart'
|
| - show JavaScriptBackend, SyntheticConstantKind;
|
| +import '../js_backend/js_backend.dart' show SyntheticConstantKind;
|
| import '../world.dart' show ClosedWorld;
|
| import 'masks.dart';
|
|
|
|
|