| Index: pkg/compiler/lib/src/helpers/expensive_set.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/expensive_set.dart b/pkg/compiler/lib/src/helpers/expensive_set.dart
|
| index b57db8adca4e605dda02dca00ded67dbfe494dd8..c74588b455d4ad90d3028a6173a2cd4f64503fc5 100644
|
| --- a/pkg/compiler/lib/src/helpers/expensive_set.dart
|
| +++ b/pkg/compiler/lib/src/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.helpers;
|
| +import 'dart:collection';
|
|
|
| /**
|
| * The expensive set is a data structure useful for tracking down
|
|
|