| Index: third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp
|
| index 4bf634ad0884cb4e272f00a9c027363d0747b2f5..bbe53785f208f5ce350d1d47a042411aa9827ef7 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp
|
| @@ -59,7 +59,7 @@ void WorkerOrWorkletGlobalScope::runTask(
|
| std::unique_ptr<ExecutionContextTask> task,
|
| bool isInstrumented) {
|
| DCHECK(thread()->isCurrentThread());
|
| - probe::AsyncTask asyncTask(this, task.get(), isInstrumented);
|
| + probe::AsyncTask asyncTask(this, task.get(), nullptr, isInstrumented);
|
| task->performTask(this);
|
| }
|
|
|
|
|