Index: test/common/wasm/wasm-module-runner.h |
diff --git a/test/common/wasm/wasm-module-runner.h b/test/common/wasm/wasm-module-runner.h |
index 0ddb595fd6df94c5c4a688d6edc1d28d1ba8fa00..3c597b3330c00640ed147eb64ab50f8df476b5c8 100644 |
--- a/test/common/wasm/wasm-module-runner.h |
+++ b/test/common/wasm/wasm-module-runner.h |
@@ -45,7 +45,7 @@ int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start, |
// should not have any imports or exports |
int32_t InterpretWasmModule(Isolate* isolate, ErrorThrower* thrower, |
const WasmModule* module, int function_index, |
- WasmVal* args); |
+ WasmVal* args, bool* may_produced_nan); |
// Compiles WasmModule bytes and return an instance of the compiled module. |
const Handle<JSObject> CompileInstantiateWasmModuleForTesting( |