Chromium Code Reviews| 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 { |
|
Søren Gjesse
2013/06/11 11:48:37
You need to add this to add this to sdk/lib/_inter
Anders Johnsen
2013/06/11 11:54:09
Done.
|
| + /* patch */ String get version native "Common_GetVersion"; |
| +} |