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