Chromium Code Reviews| Index: lib/compiler/implementation/lib/io.dart |
| =================================================================== |
| --- lib/compiler/implementation/lib/io.dart (revision 11386) |
| +++ lib/compiler/implementation/lib/io.dart (working copy) |
| @@ -171,8 +171,8 @@ |
| } |
| } |
| -final InputStream stdin = null; |
| +const InputStream stdin = null; |
| -final OutputStream stdout = null; |
| +const OutputStream stdout = null; |
| -final OutputStream stderr = null; |
| +const OutputStream stderr = null; |