| Index: sdk/lib/convert/json.dart
|
| diff --git a/sdk/lib/convert/json.dart b/sdk/lib/convert/json.dart
|
| index 3da59789c740e29b6380674f59d955f761a527f2..fa0886d7f3b535a654ac7b02fc43bee83c73137f 100644
|
| --- a/sdk/lib/convert/json.dart
|
| +++ b/sdk/lib/convert/json.dart
|
| @@ -257,7 +257,7 @@ class JsonEncoder extends Converter<Object, String> {
|
| } else if (sink is _Utf8EncoderSink) {
|
| return new _JsonUtf8EncoderSink(sink._sink, _toEncodable,
|
| JsonUtf8Encoder._utf8Encode(indent),
|
| - _JsonUtf8EncoderSink.DEFAULT_BUFFER_SIZE);
|
| + JsonUtf8Encoder.DEFAULT_BUFFER_SIZE);
|
| }
|
| return new _JsonEncoderSink(sink, _toEncodable, indent);
|
| }
|
|
|