| Index: src/compiler/wasm-compiler.h | 
| diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h | 
| index 754f1562466ce8d7a1fb8f2400dc7c7bac466b4f..c980a87fcb40f39b131834a94784536d093bbccf 100644 | 
| --- a/src/compiler/wasm-compiler.h | 
| +++ b/src/compiler/wasm-compiler.h | 
| @@ -84,8 +84,8 @@ | 
| // Wraps a JS function, producing a code object that can be called from WASM. | 
| Handle<Code> CompileWasmToJSWrapper(Isolate* isolate, Handle<JSReceiver> target, | 
| wasm::FunctionSig* sig, uint32_t index, | 
| -                                    Handle<String> module_name, | 
| -                                    MaybeHandle<String> import_name); | 
| +                                    Handle<String> import_module, | 
| +                                    MaybeHandle<String> import_function); | 
|  | 
| // Wraps a given wasm code object, producing a code object. | 
| Handle<Code> CompileJSToWasmWrapper(Isolate* isolate, wasm::ModuleEnv* module, | 
|  |