| Index: runtime/bin/common_patch.dart
|
| diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart
|
| index 8b77d3a4238e43b00114176008001304449503e2..e1d36f4cbf0b012b784101ed6077234853b39ba5 100644
|
| --- a/runtime/bin/common_patch.dart
|
| +++ b/runtime/bin/common_patch.dart
|
| @@ -11,3 +11,7 @@ patch class _IOCrypto {
|
| /* patch */ static Uint8List getRandomBytes(int count)
|
| native "Crypto_GetRandomBytes";
|
| }
|
| +
|
| +patch class _OptionsImpl {
|
| + /* patch */ String get version native "Common_GetVersion";
|
| +}
|
|
|