Chromium Code Reviews| Index: sdk/lib/core/list.dart | 
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart | 
| index e412b3e3ba1d809b6e186633c2998e02bc8c5545..031aa6a1d22ed6f23b16fe892c0c21274c2d43d7 100644 | 
| --- a/sdk/lib/core/list.dart | 
| +++ b/sdk/lib/core/list.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 indexable collection of objects with a length. |