| Index: sdk/lib/_internal/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
|
| index 88e4f86247bc9dab60fb23bd1f3fdf567e30429a..a07fe163ecf39aff567cda82b4dee014a9c1a37e 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -41,7 +41,7 @@ patch class _EventHandler {
|
| }
|
|
|
| patch class FileStat {
|
| - patch static List<int> _statSync(String path) {
|
| + patch static _statSync(String path) {
|
| throw new UnsupportedError("FileStat.stat");
|
| }
|
| }
|
|
|