Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: dart/frog/leg/lib/io.dart

Issue 9808019: Make dartdoc compile. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/frog/leg/lib/mock.dart » ('j') | dart/tests/utils/src/DummyCompilerTest.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | dart/frog/leg/lib/mock.dart » ('j') | dart/tests/utils/src/DummyCompilerTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698