| 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 e006fa508a48dba7ed9c240a08354aec7caae82f..25df3018b0131053b70f641fe89369fdf3e0a43c 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -90,6 +90,9 @@ patch class _File {
|
| patch static _deleteLink(String path) {
|
| throw new UnsupportedError("File._deleteLink");
|
| }
|
| + patch static _rename(String oldPath, String newPath) {
|
| + throw new UnsupportedError("File._delete");
|
| + }
|
| patch static _lengthFromPath(String path) {
|
| throw new UnsupportedError("File._lengthFromPath");
|
| }
|
|
|