| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index 32dea7befd46d7f0bb7bde930db1b48bd29ca57e..c296dc8cc43b97c8fad954c091fe8cef1d6d32b6 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -472,10 +472,6 @@ V8_EXPORT_PRIVATE void AsyncInstantiate(Isolate* isolate,
|
| Handle<WasmModuleObject> module_object,
|
| MaybeHandle<JSReceiver> imports);
|
|
|
| -V8_EXPORT_PRIVATE void AsyncCompileAndInstantiate(
|
| - Isolate* isolate, Handle<JSPromise> promise, const ModuleWireBytes& bytes,
|
| - MaybeHandle<JSReceiver> imports);
|
| -
|
| #if V8_TARGET_ARCH_64_BIT
|
| const bool kGuardRegionsSupported = true;
|
| #else
|
|
|