Index: sdk/lib/core/iterator.dart |
diff --git a/sdk/lib/core/iterator.dart b/sdk/lib/core/iterator.dart |
index e4c4eac9e355f70f85168e02274845ba9898f17c..26e57a575d717aa814c613885db2e17a34458071 100644 |
--- a/sdk/lib/core/iterator.dart |
+++ b/sdk/lib/core/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 "core.dart"; |
+part of "dart:core"; |
/** |
* An interface for getting items, one at a time, from an object. |