Chromium Code Reviews| Index: runtime/bin/common_patch.dart |
| diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart |
| index 1c878aa13a4168a5094d4875c059052319eb8e80..8b77d3a4238e43b00114176008001304449503e2 100644 |
| --- a/runtime/bin/common_patch.dart |
| +++ b/runtime/bin/common_patch.dart |
| @@ -7,4 +7,7 @@ patch class _BufferUtils { |
| native "Common_IsBuiltinList"; |
| } |
| - |
| +patch class _IOCrypto { |
| + /* patch */ static Uint8List getRandomBytes(int count) |
| + native "Crypto_GetRandomBytes"; |
| +} |