Chromium Code Reviews| Index: dart/frog/leg/lib/io.dart |
| diff --git a/dart/frog/leg/lib/io.dart b/dart/frog/leg/lib/io.dart |
| index 40484505ed1a7c89e382a7e17fb2170668955170..d2856993d279079fd59ba19f14585d917b8c93c0 100644 |
| --- a/dart/frog/leg/lib/io.dart |
| +++ b/dart/frog/leg/lib/io.dart |
| @@ -118,3 +118,9 @@ class _EventHandler { |
| throw new UnsupportedOperationException('_EventHandler._eventhandler = $e'); |
| } |
| } |
| + |
| +final InputStream stdin = null; |
| + |
| +final OutputStream stdout = null; |
| + |
| +final OutputStream stderr = null; |