| Index: sdk/lib/scalarlist/scalarlist.dart
|
| diff --git a/sdk/lib/scalarlist/scalarlist.dart b/sdk/lib/scalarlist/scalarlist.dart
|
| index ac5ba6ae4255fe7d0c55f515111429215562d563..7027378d1af1674d415565bee4aee2249a502088 100644
|
| --- a/sdk/lib/scalarlist/scalarlist.dart
|
| +++ b/sdk/lib/scalarlist/scalarlist.dart
|
| @@ -10,9 +10,9 @@
|
| * This library allows you to work with arrays of scalar values
|
| * of various sizes.
|
| */
|
| -library dart_scalarlist;
|
| +#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.
|
| -part 'byte_arrays.dart';
|
| +#source('byte_arrays.dart');
|
|
|