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

Unified Diff: runtime/bin/output_stream.dart

Issue 10938010: Switch from interfaces to abstract classes in dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Add test binaries. Created 8 years, 3 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.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 e08454b02f20b9305c1f0baa5f994147d3e302ec..c20f271418bb990a9cfb65ba96917737639404b8 100644
--- a/runtime/bin/output_stream.dart
+++ b/runtime/bin/output_stream.dart
@@ -13,7 +13,7 @@
* writing in sync with the rate the system can actually write data to
* the underlying communication channel.
*/
-interface OutputStream {
+abstract class OutputStream {
/**
* Writes the content of [buffer] to the stream. If [copyBuffer] is
* false ownership of the specified buffer is passed to the system
« no previous file with comments | « runtime/bin/list_stream.dart ('k') | runtime/bin/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698