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

Unified Diff: dart/pkg/http/lib/src/byte_stream.dart

Issue 12296011: Version 0.3.7.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 10 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
Index: dart/pkg/http/lib/src/byte_stream.dart
===================================================================
--- dart/pkg/http/lib/src/byte_stream.dart (revision 18634)
+++ dart/pkg/http/lib/src/byte_stream.dart (working copy)
@@ -35,5 +35,5 @@
toBytes().then((bytes) => decodeString(bytes, encoding));
Stream<String> toStringStream([Encoding encoding=Encoding.UTF_8]) =>
- wrapStream(mappedBy((bytes) => decodeString(bytes, encoding)));
+ wrapStream(map((bytes) => decodeString(bytes, encoding)));
}
« no previous file with comments | « dart/pkg/analyzer-experimental/lib/src/generated/java_core.dart ('k') | dart/pkg/serialization/lib/src/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698