| Index: runtime/bin/output_stream.dart
|
| diff --git a/runtime/bin/output_stream.dart b/runtime/bin/output_stream.dart
|
| index b6c28cccffc407a15cfee51a4744401e93cdec2a..e08454b02f20b9305c1f0baa5f994147d3e302ec 100644
|
| --- a/runtime/bin/output_stream.dart
|
| +++ b/runtime/bin/output_stream.dart
|
| @@ -76,7 +76,7 @@ interface OutputStream {
|
| * buffered data that has not been written to the communication channel. The
|
| * onClosed handler will only be called once all data has been written out.
|
| */
|
| - bool get closed();
|
| + bool get closed;
|
|
|
| /**
|
| * Sets the handler that gets called when the internal OS buffers
|
|
|