| 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 284b21c7c45ab1e70fcb479862750cb4c0ffcd6b..73ff8bd37783217b8da8e4ff2351028004f91d06 100644
|
| --- a/test/cctest/wasm/wasm-run-utils.h
|
| +++ b/test/cctest/wasm/wasm-run-utils.h
|
| @@ -562,7 +562,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();
|
|
|