| Index: sdk/lib/io/string_transformer.dart
|
| diff --git a/sdk/lib/io/string_transformer.dart b/sdk/lib/io/string_transformer.dart
|
| index dafd2bd0b7a4140e052efbc8dcf224348f8a1c1c..091f0d60ebf565e860b950d50791338ee463524c 100644
|
| --- a/sdk/lib/io/string_transformer.dart
|
| +++ b/sdk/lib/io/string_transformer.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| part of dart.io;
|
|
|
| -const SYSTEM_ENCODING = const SystemEncoding();
|
| +const SystemEncoding SYSTEM_ENCODING = const SystemEncoding();
|
|
|
| /**
|
| * The system encoding is the current code page on Windows and UTF-8 on
|
|
|