| Index: dart/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart b/dart/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| index 130486ce7d73903a498724a10cf6163577c1ff5f..d7f2ddfa1e7036295eb73fc34f3f8da346f22c7c 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library resolution;
|
|
|
| -import 'dart:collection' show Queue, LinkedHashMap;
|
| +import 'dart:collection' show Queue, LinkedHashMap, LinkedHashSet;
|
|
|
| import '../dart2jslib.dart' hide Diagnostic;
|
| import '../dart_types.dart';
|
|
|