| 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 470bba6853f643bc4b336807b93906801480652c..2457696ace88b82eac4a99ab62d064c9686a7643 100644
|
| --- a/test/cctest/wasm/wasm-run-utils.h
|
| +++ b/test/cctest/wasm/wasm-run-utils.h
|
| @@ -566,7 +566,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, &jsgraph, desc, &source_position_table_));
|
| + &info, &jsgraph, desc, &source_position_table_, nullptr));
|
| if (job->ExecuteJob() != CompilationJob::SUCCEEDED ||
|
| job->FinalizeJob() != CompilationJob::SUCCEEDED)
|
| return Handle<Code>::null();
|
|
|