Chromium Code Reviews| Index: sdk/lib/io/io_sink.dart |
| diff --git a/sdk/lib/io/io_sink.dart b/sdk/lib/io/io_sink.dart |
| index cf5e201efb18e7d49690162deac9251f9e591500..ffc02cebf4024db6d7fe7ae3b8570742e25f9436 100644 |
| --- a/sdk/lib/io/io_sink.dart |
| +++ b/sdk/lib/io/io_sink.dart |
| @@ -69,6 +69,7 @@ class _IOSinkImpl<T> implements IOSink<T> { |
| Encoding _encoding; |
| Encoding get encoding => _encoding; |
| + |
| void set encoding(Encoding value) { |
| if (!_encodingMutable) { |
| throw new StateError("IOSink encoding is not mutable"); |