Index: sdk/lib/scalarlist/scalarlist.dart |
diff --git a/sdk/lib/scalarlist/scalarlist.dart b/sdk/lib/scalarlist/scalarlist.dart |
index 7027378d1af1674d415565bee4aee2249a502088..508b20e28e014bbe106a0700308e259fd7e9cb31 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. |
-#source('byte_arrays.dart'); |
+part 'byte_arrays.dart'; |