| Index: pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| index e7ed5bef5c6f5f5f6c1b6c8a63e64745b1a69c0b..8e72f3231b3aed7e481efa1be799acd33c6d42d4 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| @@ -252,8 +252,8 @@ class _Platform {
|
| }
|
|
|
| @patch
|
| - static String _localeName() {
|
| - throw new UnsupportedError("Platform._localeName");
|
| + static _ansiSupported() {
|
| + throw new UnsupportedError("Platform._ansiSupported");
|
| }
|
| }
|
|
|
|
|