Chromium Code Reviews| Index: sdk/lib/convert/line_splitter.dart |
| diff --git a/sdk/lib/convert/line_splitter.dart b/sdk/lib/convert/line_splitter.dart |
| index 9ece31720ce2f2774056eeec950123290428180e..d77905d2a8d552c5a509becc1fe600d1ca505d13 100644 |
| --- a/sdk/lib/convert/line_splitter.dart |
| +++ b/sdk/lib/convert/line_splitter.dart |
| @@ -19,9 +19,7 @@ const int _CR = 13; |
| */ |
| class LineSplitter extends Converter<String, List<String>> /*=Object*/ |
| - implements |
| - ChunkedConverter<String, List<String>, String, String> |
| -/*=StreamTransformer<String, String>*/ { |
| + implements Object /*=StreamTransformer<String, String>*/ { |
|
vsm
2017/03/22 13:39:11
Can we get rid of the comment syntax here yet?
floitsch
2017/03/22 13:46:28
No. These are incompatible.
Removing the comment
|
| const LineSplitter(); |
| /// Split [lines] into individual lines. |