| Index: runtime/bin/common_patch.dart
 | 
| diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart
 | 
| index aa6e1aa6bb183f1cfe9257ee2385b08cf6c2e607..b485dc9a06b625b6f48a5f12e538ccbe98346dee 100644
 | 
| --- a/runtime/bin/common_patch.dart
 | 
| +++ b/runtime/bin/common_patch.dart
 | 
| @@ -3,7 +3,7 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  @patch class _IOCrypto {
 | 
| -  /* @patch */ static Uint8List getRandomBytes(int count)
 | 
| +  @patch static Uint8List getRandomBytes(int count)
 | 
|        native "Crypto_GetRandomBytes";
 | 
|  }
 | 
|  
 | 
| 
 |