Chromium Code Reviews| Index: runtime/bin/file.dart |
| diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart |
| index 50fc5f8f3e079504448d7a9f2cab9c5c0cebe57b..ce2d929665f21fc3019232c713b621176c42ef40 100644 |
| --- a/runtime/bin/file.dart |
| +++ b/runtime/bin/file.dart |
| @@ -191,7 +191,6 @@ interface FileInputStream extends InputStream { |
| interface FileOutputStream extends OutputStream { |
| - void close(); |
| } |