| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index bbb5637623f305aacd0c8b89ad1d98476a0324df..915b2f740620bca2c56f6589046db98c94235d70 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -66,6 +66,9 @@ patch class _File {
|
| patch static _create(String path) {
|
| throw new UnsupportedError("File._create");
|
| }
|
| + patch static _createLink(String path, String target) {
|
| + throw new UnsupportedError("File._createLink");
|
| + }
|
| patch static _delete(String path) {
|
| throw new UnsupportedError("File._delete");
|
| }
|
|
|