Chromium Code Reviews| Index: sdk/lib/core/list.dart |
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart |
| index 9b5e1f4de5bd2e85faee0a0b743a620d854eb105..e412b3e3ba1d809b6e186633c2998e02bc8c5545 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 dart.core; |
| /** |
| * An indexable collection of objects with a length. |