| Index: sdk/lib/_internal/compiler/implementation/types/types.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/types/types.dart b/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| index 92920255920fa50df740ebba697720fb86116cb7..fa8ba76595dd2f4224f17b04b08fda3f26720046 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| @@ -5,6 +5,7 @@
|
| library types;
|
|
|
| import '../dart2jslib.dart' hide Selector;
|
| +import '../js_backend/js_backend.dart' show JavaScriptBackend;
|
| import '../tree/tree.dart';
|
| import '../elements/elements.dart';
|
| import '../util/util.dart';
|
|
|