| Index: sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
|
| index c1d2e0f248787984e496845c75347e88cfa4cace..077d89747226ebf356fd347db2d1ff5ac0ea1ed2 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| library js_backend;
|
|
|
| +import 'dart:collection' show LinkedHashMap;
|
| +
|
| import '../closure.dart';
|
| import '../../compiler.dart' as api;
|
| import '../elements/elements.dart';
|
|
|