Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index 082f198bf49f01d48dc0bba009a7f8ae83303aaa..86da7cbda6bf3c7d32527bdd9b8e296cd1bbe01a 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -132,7 +132,7 @@ class WasmGraphBuilder { |
wasm::FunctionSig* GetFunctionSignature() { return function_signature_; } |
- void Int64LoweringForTesting(); |
+ void Int64LoweringForTesting(Signature<MachineRepresentation>* signature); |
private: |
static const int kDefaultBufferSize = 16; |