Index: sdk/lib/collection/list.dart |
diff --git a/sdk/lib/collection/list.dart b/sdk/lib/collection/list.dart |
index c053f2d11b1dc7fe8e58767fb9485e451fe29438..1cc22ecf88508bd35c56b582e10ed37bdbd0c1a2 100644 |
--- a/sdk/lib/collection/list.dart |
+++ b/sdk/lib/collection/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:collection"; |
+part of dart.collection; |
/** |
* Abstract implementation of a list. |