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