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

Unified Diff: sdk/lib/io/io.dart

Issue 22070003: convert: new LineSplitter, (io: Deprecate LineTransformer) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: todos Created 7 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
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 0b41e3bb4e9fbc1b051af44840f634cf9cdaa83c..4f61b2b167c2d30f4235aaa108c1897cad15c019 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -17,6 +17,7 @@ import 'dart:_collection-dev';
import 'dart:collection' show LinkedHashSet,
LinkedList,
LinkedListEntry;
+import 'dart:convert';
import 'dart:isolate';
import 'dart:json' as JSON;
import 'dart:math';

Powered by Google App Engine
This is Rietveld 408576698