| Index: src/compiler/wasm-compiler.h
|
| diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
|
| index 68445b3707e48170ab48e4e269886b1dc9d84577..c03de3d7d46eef4b1c367737b655a4deedd78599 100644
|
| --- a/src/compiler/wasm-compiler.h
|
| +++ b/src/compiler/wasm-compiler.h
|
| @@ -77,7 +77,7 @@ class WasmCompilationUnit final {
|
| };
|
|
|
| // Wraps a JS function, producing a code object that can be called from WASM.
|
| -Handle<Code> CompileWasmToJSWrapper(Isolate* isolate, wasm::ModuleEnv* module,
|
| +Handle<Code> CompileWasmToJSWrapper(Isolate* isolate,
|
| Handle<JSFunction> function,
|
| wasm::FunctionSig* sig,
|
| wasm::WasmName module_name,
|
|
|