| 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 9ccd101e5d715c7069f9ea8c9ecc3c49cb7457e3..8de44f94a37818fc7636febd0b5ed7c4debc9983 100644
|
| --- a/test/cctest/wasm/wasm-run-utils.h
|
| +++ b/test/cctest/wasm/wasm-run-utils.h
|
| @@ -561,7 +561,7 @@ class WasmFunctionCompiler : public HandleAndZoneScope,
|
| CompilationInfo info(debug_name_, this->isolate(), this->zone(),
|
| Code::ComputeFlags(Code::WASM_FUNCTION));
|
| std::unique_ptr<CompilationJob> job(Pipeline::NewWasmCompilationJob(
|
| - &info, graph(), desc, &source_position_table_));
|
| + &info, graph(), desc, &source_position_table_, nullptr));
|
| if (job->ExecuteJob() != CompilationJob::SUCCEEDED ||
|
| job->FinalizeJob() != CompilationJob::SUCCEEDED)
|
| return Handle<Code>::null();
|
|
|