| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index 0c3df51d76b4a87a44579c80f2f63137373efe78..dc6141c3842bb12e896a388f07ef08cb5a3a4cf1 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -234,6 +234,7 @@ struct WasmModule {
|
|
|
| // Creates a new instantiation of the module in the given isolate.
|
| static MaybeHandle<JSObject> Instantiate(Isolate* isolate,
|
| + Handle<Context> context,
|
| Handle<FixedArray> compiled_module,
|
| Handle<JSReceiver> ffi,
|
| Handle<JSArrayBuffer> memory);
|
|
|