| Index: sdk/lib/collection/iterator.dart
|
| diff --git a/sdk/lib/collection/iterator.dart b/sdk/lib/collection/iterator.dart
|
| index c823237b388d56885759e7134b52c02b12a89228..f8707113a771a892b550173eec20ff8b97344ccf 100644
|
| --- a/sdk/lib/collection/iterator.dart
|
| +++ b/sdk/lib/collection/iterator.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 "dart:collection";
|
| +part of dart.collection;
|
|
|
| /**
|
| * The [HasNextIterator] class wraps an [Iterator] and provides methods to
|
|
|