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

Unified Diff: tool/input_sdk/lib/convert/string_conversion.dart

Issue 1978963002: Upgrade to the latest dart:convert. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | « tool/input_sdk/lib/convert/line_splitter.dart ('k') | tool/input_sdk/lib/convert/utf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/convert/string_conversion.dart
diff --git a/tool/input_sdk/lib/convert/string_conversion.dart b/tool/input_sdk/lib/convert/string_conversion.dart
index bdfd39b27e636017ebcdfdce396846fb446d1257..6eb27d992c3f5be05351f9c6d059166ac513fdd0 100644
--- a/tool/input_sdk/lib/convert/string_conversion.dart
+++ b/tool/input_sdk/lib/convert/string_conversion.dart
@@ -17,8 +17,7 @@ part of dart.convert;
* [StringConversionSinkMixin], to ensure that their class covers the newly
* added methods.
*/
-abstract class StringConversionSink
- extends ChunkedConversionSink<String> {
+abstract class StringConversionSink extends ChunkedConversionSink<String> {
StringConversionSink();
factory StringConversionSink.withCallback(void callback(String accumulated))
= _StringCallbackSink;
« no previous file with comments | « tool/input_sdk/lib/convert/line_splitter.dart ('k') | tool/input_sdk/lib/convert/utf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698