Chromium Code Reviews| Index: sdk/lib/io/list_stream_impl.dart |
| diff --git a/sdk/lib/io/list_stream_impl.dart b/sdk/lib/io/list_stream_impl.dart |
| index 824fa24e928683d3b7c91c5b12318452643a5ced..9d279c0b386028feaf90f6426431042ccc5e9925 100644 |
| --- a/sdk/lib/io/list_stream_impl.dart |
| +++ b/sdk/lib/io/list_stream_impl.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; |
| + |
| /** |
| * Default implementation of [ListInputStream]. |
| */ |