| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index ff680711df636ce4b0faa52c59d1f344c79c3211..17263ec35bfcee08c93c21e8c6ed0bf7eccb62c5 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -218,7 +218,7 @@ struct V8_EXPORT_PRIVATE WasmModule {
|
| static MaybeHandle<WasmInstanceObject> Instantiate(
|
| Isolate* isolate, ErrorThrower* thrower,
|
| Handle<WasmModuleObject> wasm_module, Handle<JSReceiver> ffi,
|
| - Handle<JSArrayBuffer> memory);
|
| + Handle<JSArrayBuffer> memory = Handle<JSArrayBuffer>::null());
|
|
|
| MaybeHandle<WasmCompiledModule> CompileFunctions(
|
| Isolate* isolate, Handle<Managed<WasmModule>> module_wrapper,
|
|
|