| Index: sdk/lib/_internal/compiler/implementation/helpers/expensive_set.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/util/expensive_set.dart b/sdk/lib/_internal/compiler/implementation/helpers/expensive_set.dart
|
| similarity index 99%
|
| rename from sdk/lib/_internal/compiler/implementation/util/expensive_set.dart
|
| rename to sdk/lib/_internal/compiler/implementation/helpers/expensive_set.dart
|
| index 2daa9c9538cad6f78d9fce149b6faa9e1d9b4a77..61bad617677d4270d29ba06762a4553c8260fb18 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/util/expensive_set.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/helpers/expensive_set.dart
|
| @@ -2,7 +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.
|
|
|
| -part of dart2js.util;
|
| +part of dart2js.helpers;
|
|
|
| /**
|
| * The expensive set is a data structure useful for tracking down
|
|
|