Chromium Code Reviews| Index: runtime/bin/http_impl.dart |
| diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart |
| index 8b16bdd3d521d04544fa28eab1427989cc89e1ef..0e08135ffb3a7e7f0b44be25bb099793c25056dc 100644 |
| --- a/runtime/bin/http_impl.dart |
| +++ b/runtime/bin/http_impl.dart |
| @@ -1104,6 +1104,10 @@ class _HttpInputStream extends _BaseDataInputStream implements InputStream { |
| return result; |
| } |
| + void flush() { |
| + // Nothing to do on a HTTP output stream. |
| + } |
| + |
| void _close() { |
| // TODO(sgjesse): Handle this. |
| } |