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