Chromium Code Reviews| Index: lib/src/lists.dart |
| diff --git a/lib/src/lists.dart b/lib/src/lists.dart |
| index 5ed7066da7310151c6fbd10293abe9a8a6133d32..2047ab3d2291dfd47a4778cd7595ca0aff911dbc 100644 |
| --- a/lib/src/lists.dart |
| +++ b/lib/src/lists.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| /// Utility functions to create fixed-length lists. |
| -library pkg.isolate.util.lists; |
| +library isolate.lists; |
| /// Create a single-element fixed-length list. |
| List list1(v1) => new List(1)..[0] = v1; |