Chromium Code Reviews| Index: runtime/vm/dart.h |
| =================================================================== |
| --- runtime/vm/dart.h (revision 265) |
| +++ runtime/vm/dart.h (working copy) |
| @@ -19,7 +19,7 @@ |
| static bool InitOnce(int argc, char** argv, |
| Dart_IsolateInitCallback callback); |
| - static Isolate* CreateIsolate(void* snapshot, void* data); |
| + static Isolate* CreateIsolate(const Dart_Snapshot* snapshot, void* data); |
| static void ShutdownIsolate(); |
| static Isolate* vm_isolate() { return vm_isolate_; } |