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