| Index: third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| index 3a406f44e39133df75dfe541bb0d2b9ecab8dda5..7e27a16fc5b95c7ff0ef41c5af3b9c42607a3fa3 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| @@ -55,9 +55,7 @@ class CORE_EXPORT WorkerOrWorkletGlobalScope : public ExecutionContext {
|
| void addDeprecationMessage(UseCounter::Feature);
|
|
|
| private:
|
| - void runTask(std::unique_ptr<ExecutionContextTask>,
|
| - bool isInstrumented,
|
| - ExecutionContext*);
|
| + void runTask(std::unique_ptr<ExecutionContextTask>, bool isInstrumented);
|
|
|
| BitVector m_deprecationWarningBits;
|
| };
|
|
|