Index: sdk/lib/core/list.dart |
diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart |
index 031aa6a1d22ed6f23b16fe892c0c21274c2d43d7..9b5e1f4de5bd2e85faee0a0b743a620d854eb105 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 "core.dart"; |
+part of "dart:core"; |
/** |
* An indexable collection of objects with a length. |