Index: sdk/lib/collection/list.dart |
diff --git a/sdk/lib/collection/list.dart b/sdk/lib/collection/list.dart |
index 3ae0683eef614f5cd78fbb6795b20b7090fd3e23..e92a4840e3933343ab7be3c424ef61f38098bfc2 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 "collection.dart"; |
/** |
* Abstract implementation of a list. |