| Index: runtime/bin/platform_patch.dart
|
| diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
|
| index a634357534ff2359d3de6afd5a58832221374fc0..b3ed2548ae892d897e2bc57ab9b57ab4dcaaa8e1 100644
|
| --- a/runtime/bin/platform_patch.dart
|
| +++ b/runtime/bin/platform_patch.dart
|
| @@ -11,6 +11,8 @@ class _Platform {
|
| @patch
|
| static String _operatingSystem() native "Platform_OperatingSystem";
|
| @patch
|
| + static _operatingSystemVersion() native "Platform_OperatingSystemVersion";
|
| + @patch
|
| static _localHostname() native "Platform_LocalHostname";
|
| @patch
|
| static _executable() native "Platform_ExecutableName";
|
|
|