Index: sdk/lib/io/bytes_builder.dart |
diff --git a/sdk/lib/io/bytes_builder.dart b/sdk/lib/io/bytes_builder.dart |
index 4ba209a5b0a2443f5be299796bde49dbdd0ec2f1..b5745e36829415e9ceeca089ec79e24ed826c6c9 100644 |
--- a/sdk/lib/io/bytes_builder.dart |
+++ b/sdk/lib/io/bytes_builder.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of "io.dart"; |
+part of dart.io; |
/** |
* Builds a list of bytes, allowing bytes and lists of bytes to be added at the |