| Index: runtime/bin/common_patch.dart
|
| diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart
|
| index 3e9be62fa2bf1a95ea08c0b915f7733f90510e43..8d453514035aca86111c2b7109d8f4e324038bea 100644
|
| --- a/runtime/bin/common_patch.dart
|
| +++ b/runtime/bin/common_patch.dart
|
| @@ -4,9 +4,10 @@
|
|
|
| import 'dart:nativewrappers';
|
|
|
| -@patch class _IOCrypto {
|
| - @patch static Uint8List getRandomBytes(int count)
|
| - native "Crypto_GetRandomBytes";
|
| +@patch
|
| +class _IOCrypto {
|
| + @patch
|
| + static Uint8List getRandomBytes(int count) native "Crypto_GetRandomBytes";
|
| }
|
|
|
| _setupHooks() {
|
|
|