| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index e1092cc59ac6f51ee368ffe0b327e1f8a8642b88..7508af405a7d0c4bd031dcde2c061f1463d3501a 100644
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -3285,9 +3285,7 @@ DART_EXPORT Dart_Handle Dart_PrecompileJIT();
|
| * \return A valid handle if no error occurs during the operation.
|
| */
|
| DART_EXPORT Dart_Handle
|
| -Dart_CreateAppJITSnapshot(uint8_t** vm_isolate_snapshot_buffer,
|
| - intptr_t* vm_isolate_snapshot_size,
|
| - uint8_t** isolate_snapshot_buffer,
|
| +Dart_CreateAppJITSnapshot(uint8_t** isolate_snapshot_buffer,
|
| intptr_t* isolate_snapshot_size,
|
| uint8_t** instructions_blob_buffer,
|
| intptr_t* instructions_blob_size,
|
|
|