Chromium Code Reviews| Index: runtime/bin/socket_stream_impl.dart |
| =================================================================== |
| --- runtime/bin/socket_stream_impl.dart (revision 13683) |
| +++ runtime/bin/socket_stream_impl.dart (working copy) |
| @@ -45,7 +45,7 @@ |
| int available() => _socket.available(); |
| - void pipe(OutputStream output, [bool close = true]) { |
| + void pipe(OutputStream output, {bool close: true}) { |
| _pipe(this, output, close: close); |
| } |