| Index: sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/io_patch.dart b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| index 8fbc6a7e938519f3750af563dc0f4c29600580ee..792b74ddc4166b6d9ed3db090c0c56a09edb677d 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| @@ -221,6 +221,10 @@ class _Platform {
|
| throw new UnsupportedError("Platform._executable");
|
| }
|
| @patch
|
| + static _resolvedExecutable() {
|
| + throw new UnsupportedError("Platform._resolvedExecutable");
|
| + }
|
| + @patch
|
| static List<String> _executableArguments() {
|
| throw new UnsupportedError("Platform._executableArguments");
|
| }
|
|
|