| Index: pkg/compiler/lib/src/cache_strategy.dart
|
| diff --git a/pkg/compiler/lib/src/cache_strategy.dart b/pkg/compiler/lib/src/cache_strategy.dart
|
| index 2a0a8f022bb78e1ec5595a5f95ca6dc67e20b3c8..3136a18e25e63155a7470c66291d86f81ad7fc64 100644
|
| --- a/pkg/compiler/lib/src/cache_strategy.dart
|
| +++ b/pkg/compiler/lib/src/cache_strategy.dart
|
| @@ -2,9 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'dart:collection' show
|
| - HashMap,
|
| - HashSet;
|
| +import 'dart:collection' show HashMap, HashSet;
|
|
|
| /**
|
| * Helper class for allocating sets and maps appropriate for caching objects
|
|
|