| 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 d5e55c66b05ad64cf0bbf99a974185c8a932a85c..5725d1ed8fb855436219b6be9386794548923f9d 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -162,6 +162,9 @@ patch class _Platform {
|
| patch static _localHostname() {
|
| throw new UnsupportedError("Platform._localHostname");
|
| }
|
| + patch static _executable() {
|
| + throw new UnsupportedError("Platform_Executable");
|
| + }
|
| patch static _environment() {
|
| throw new UnsupportedError("Platform._environment");
|
| }
|
|
|