| Index: src/compiler/wasm-compiler.h
 | 
| diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
 | 
| index a27571f22b105b171b2c31cd83b2a5876c8967fa..4fbc0418017be71a196e62fcceffe8d656b7b46c 100644
 | 
| --- a/src/compiler/wasm-compiler.h
 | 
| +++ b/src/compiler/wasm-compiler.h
 | 
| @@ -43,8 +43,8 @@ Handle<Code> CompileWasmFunction(wasm::ErrorThrower& thrower, Isolate* isolate,
 | 
|  Handle<Code> CompileWasmToJSWrapper(Isolate* isolate, wasm::ModuleEnv* module,
 | 
|                                      Handle<JSFunction> function,
 | 
|                                      wasm::FunctionSig* sig,
 | 
| -                                    wasm::WasmName module_name,
 | 
| -                                    wasm::WasmName function_name);
 | 
| +                                    Vector<const char> module_name,
 | 
| +                                    Vector<const char> function_name);
 | 
|  
 | 
|  // Wraps a given wasm code object, producing a JSFunction that can be called
 | 
|  // from JavaScript.
 | 
| 
 |