Index: sdk/lib/io/process.dart |
diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart |
index 1c9fddb985eef94ae8147aaf5bf6b6f010d6c014..fc2a4aa7d455d0f9ebfe170230edc244eb8fc5d4 100644 |
--- a/sdk/lib/io/process.dart |
+++ b/sdk/lib/io/process.dart |
@@ -115,7 +115,7 @@ abstract class Process { |
* Throws an [UnsupportedError] if the process is |
* non-interactive. |
*/ |
- IOSink<Process> get stdin; |
+ IOSink get stdin; |
/** |
* Returns a [:Future:] which completes with the exit code of the process |