Chromium Code Reviews| Index: runtime/include/dart_api.h |
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
| index c9c0d1a926e4168cc5ed4f11adbb7496f80109e2..45a84008b974b2ab3e550712be463bdd672389c0 100755 |
| --- a/runtime/include/dart_api.h |
| +++ b/runtime/include/dart_api.h |
| @@ -3115,10 +3115,6 @@ DART_EXPORT Dart_Handle Dart_Precompile( |
| * \return A valid handle if no error occurs during the operation. |
| */ |
| DART_EXPORT Dart_Handle Dart_CreatePrecompiledSnapshotAssembly( |
| - uint8_t** vm_isolate_snapshot_buffer, |
| - intptr_t* vm_isolate_snapshot_size, |
| - uint8_t** isolate_snapshot_buffer, |
| - intptr_t* isolate_snapshot_size, |
| uint8_t** assembly_buffer, |
| intptr_t* assembly_size); |
|
siva
2016/10/12 20:37:33
I hope dartium will not be effected by this API ch
|