| Index: runtime/vm/dart.h
|
| ===================================================================
|
| --- runtime/vm/dart.h (revision 1987)
|
| +++ runtime/vm/dart.h (working copy)
|
| @@ -19,7 +19,7 @@
|
| static bool InitOnce(Dart_IsolateCreateCallback callback);
|
|
|
| static Isolate* CreateIsolate();
|
| - static void InitializeIsolate(const Dart_Snapshot* snapshot, void* data);
|
| + static void InitializeIsolate(const uint8_t* snapshot, void* data);
|
| static void ShutdownIsolate();
|
|
|
| static Isolate* vm_isolate() { return vm_isolate_; }
|
|
|