Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 28185) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -28,6 +28,7 @@ |
| Dart_FileReadCallback file_read, |
| Dart_FileWriteCallback file_write, |
| Dart_FileCloseCallback file_close); |
| + static const char* Cleanup(); |
| static Isolate* CreateIsolate(const char* name_prefix); |
| static RawError* InitializeIsolate(const uint8_t* snapshot, void* data); |