Chromium Code Reviews| Index: sdk/lib/io/buffer_list.dart | 
| diff --git a/sdk/lib/io/buffer_list.dart b/sdk/lib/io/buffer_list.dart | 
| index 0dab719a318985298912c829be6da16c674c17c3..4f0a3f7b2159be328863f8c0dbfaa1c16f19e75b 100644 | 
| --- a/sdk/lib/io/buffer_list.dart | 
| +++ b/sdk/lib/io/buffer_list.dart | 
| @@ -2,6 +2,8 @@ | 
| // 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 dart.io; | 
| + | 
| /** | 
| * Utility class that holds a number of byte buffers and can deliver | 
| * the bytes either one by one or in chunks. |