| 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 48c6c1c99f74c462044a9b7fa62be2d9a5d9d060..35965c0ae00b0a46a131568bbaf67241977d4213 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library types;
|
|
|
| -import 'dart:collection' show Queue;
|
| +import 'dart:collection' show Queue, IterableBase;
|
|
|
| import '../dart2jslib.dart' hide Selector;
|
| import '../js_backend/js_backend.dart' show JavaScriptBackend;
|
|
|