| Index: src/wasm/wasm-module-builder.h
 | 
| diff --git a/src/wasm/wasm-module-builder.h b/src/wasm/wasm-module-builder.h
 | 
| index ae1bfee65d4dbf7aaddda1fb8d2e25740e1cfe8a..4f32abe7bd81f8c1758db614f85c28e02c1caca3 100644
 | 
| --- a/src/wasm/wasm-module-builder.h
 | 
| +++ b/src/wasm/wasm-module-builder.h
 | 
| @@ -134,7 +134,7 @@
 | 
|    void EmitDirectCallIndex(uint32_t index);
 | 
|    void ExportAs(Vector<const char> name);
 | 
|    void SetName(Vector<const char> name);
 | 
| -  void AddAsmWasmOffset(int call_position, int to_number_position);
 | 
| +  void AddAsmWasmOffset(int asm_position);
 | 
|  
 | 
|    void WriteSignature(ZoneBuffer& buffer) const;
 | 
|    void WriteExports(ZoneBuffer& buffer) const;
 | 
| 
 |