Index: sdk/lib/io/file_impl.dart |
diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart |
index 0d7a548139af1c29264a1e4f01d403cc2a753747..98519c17a9b8f0132b70000e171ccedb7c3be96d 100644 |
--- a/sdk/lib/io/file_impl.dart |
+++ b/sdk/lib/io/file_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; |
+ |
class _FileInputStream extends _BaseDataInputStream implements InputStream { |
_FileInputStream(String name) |
: _data = const [], |