Index: test/cctest/wasm/wasm-run-utils.h |
diff --git a/test/cctest/wasm/wasm-run-utils.h b/test/cctest/wasm/wasm-run-utils.h |
index 3222483c9f69bd7756b05c03d4d602e1eda92fa2..7eef59c515ed1965adf63edc0d002bbe781be612 100644 |
--- a/test/cctest/wasm/wasm-run-utils.h |
+++ b/test/cctest/wasm/wasm-run-utils.h |
@@ -602,7 +602,7 @@ class WasmFunctionCompiler : private GraphAndBuilders { |
CompilationInfo info(CStrVector("wasm"), this->isolate(), this->zone(), |
Code::ComputeFlags(Code::WASM_FUNCTION)); |
std::unique_ptr<CompilationJob> job(Pipeline::NewWasmCompilationJob( |
- &info, &jsgraph, desc, &source_position_table_, nullptr)); |
+ &info, &jsgraph, desc, &source_position_table_, nullptr, false)); |
if (job->ExecuteJob() != CompilationJob::SUCCEEDED || |
job->FinalizeJob() != CompilationJob::SUCCEEDED) |
return Handle<Code>::null(); |