| Index: sdk/lib/convert/convert.dart
|
| diff --git a/sdk/lib/convert/convert.dart b/sdk/lib/convert/convert.dart
|
| index 3e9b6f5d925133b563d3d4642a28d6f3d7950437..feb1c474569b046789b44a5a2c6dca4fe43bfaef 100644
|
| --- a/sdk/lib/convert/convert.dart
|
| +++ b/sdk/lib/convert/convert.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /**
|
| - * Converters for JSON and UTF-8, as well as support for creating additional
|
| + * Converters for JSON and UTF-8, as well as support for creating additional
|
| * converters.
|
| */
|
| library dart.convert;
|
| @@ -17,6 +17,7 @@ part 'codec.dart';
|
| part 'converter.dart';
|
| part 'encoding.dart';
|
| part 'json.dart';
|
| +part 'latin1.dart';
|
| part 'line_splitter.dart';
|
| part 'string_conversion.dart';
|
| part 'utf.dart';
|
|
|