Chromium Code Reviews| Index: sdk/lib/collection/collection.dart |
| diff --git a/sdk/lib/collection/collection.dart b/sdk/lib/collection/collection.dart |
| index 4d37c7755375395db4c01b8377ed0b312de6a10c..5b0f0a3599128ded8338e87bc48dadcf0c9b62aa 100644 |
| --- a/sdk/lib/collection/collection.dart |
| +++ b/sdk/lib/collection/collection.dart |
| @@ -14,6 +14,7 @@ part 'splay_tree.dart'; |
| part 'hash_table.dart'; |
| part 'hash_set.dart'; |
| part 'hash_map.dart'; |
| +part 'list.dart'; |
| part 'linked_hash_table.dart'; |
| part 'linked_hash_set.dart'; |
| part 'linked_hash_map.dart'; |