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

Unified Diff: runtime/bin/output_stream.dart

Issue 10872033: Change getters syntax in dart:io library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « runtime/bin/list_stream_impl.dart ('k') | runtime/bin/path.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « runtime/bin/list_stream_impl.dart ('k') | runtime/bin/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698