Index: sdk/lib/collection/maps.dart |
diff --git a/sdk/lib/collection/maps.dart b/sdk/lib/collection/maps.dart |
index f8d42fe00bc1650c97669527ac1efee161cb5a5d..680d44051a485fb3df492c5ab2f7750d23857c16 100644 |
--- a/sdk/lib/collection/maps.dart |
+++ b/sdk/lib/collection/maps.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; |
/** |
* Base class for implementing a [Map]. |