| Index: sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/util/expensive_map.dart b/sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart
|
| similarity index 98%
|
| rename from sdk/lib/_internal/compiler/implementation/util/expensive_map.dart
|
| rename to sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart
|
| index d9c76599fa32c61a4a9b985a8ed23cd3eb22314e..1a6e5e859fe6307b6bbd86af1276f543db029da4 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/util/expensive_map.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/helpers/expensive_map.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 map is a data structure useful for tracking down
|
|
|