| Index: runtime/bin/platform_patch.dart
|
| diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
|
| index 9d21d48dd3c6492a61c0f3b9096c06ed24a4d86f..cfe7a804a95baa5fa281ac0633d2c213cbb56c51 100644
|
| --- a/runtime/bin/platform_patch.dart
|
| +++ b/runtime/bin/platform_patch.dart
|
| @@ -9,6 +9,7 @@ patch class _Platform {
|
| /* patch */ static String _operatingSystem()
|
| native "Platform_OperatingSystem";
|
| /* patch */ static _localHostname() native "Platform_LocalHostname";
|
| + /* patch */ static _executable() native "Platform_ExecutableName";
|
| /* patch */ static _environment() native "Platform_Environment";
|
| /* patch */ static String _version() native "Platform_GetVersion";
|
| }
|
|
|