Chromium Code Reviews| Index: sdk/lib/scalarlist/scalarlist.dart |
| =================================================================== |
| --- sdk/lib/scalarlist/scalarlist.dart (revision 18894) |
| +++ sdk/lib/scalarlist/scalarlist.dart (working copy) |
| @@ -12,7 +12,6 @@ |
| */ |
| library dart.scalarlist; |
| -// TODO(ager): Inline the contents of byte_arrays.dart here and get |
| -// rid of scalarlist_sources.gypi when the VM understands normal |
| -// library structure for builtin libraries. |
| +import 'dart:collections'; |
| + |
| part 'byte_arrays.dart'; |