Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 29938) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -27,7 +27,8 @@ |
| Dart_FileOpenCallback file_open, |
| Dart_FileReadCallback file_read, |
| Dart_FileWriteCallback file_write, |
| - Dart_FileCloseCallback file_close); |
| + Dart_FileCloseCallback file_close, |
| + Dart_EntropySource entropy_source); |
| static const char* Cleanup(); |
| static Isolate* CreateIsolate(const char* name_prefix); |