| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index ba1bd0089e1e48dbe91e2dba63f96be862648ec5..0438dba7c275ab264a4af6723663b82f12f3cb3b 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -221,7 +221,7 @@ struct WasmModule {
|
| }
|
|
|
| // Creates a new instantiation of the module in the given isolate.
|
| - MaybeHandle<JSObject> Instantiate(Isolate* isolate, Handle<JSObject> ffi,
|
| + MaybeHandle<JSObject> Instantiate(Isolate* isolate, Handle<JSReceiver> ffi,
|
| Handle<JSArrayBuffer> memory);
|
| };
|
|
|
|
|