| 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 ad2494267420572c21ea99847b0bcd235aa366d2..3a406f44e39133df75dfe541bb0d2b9ecab8dda5 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| @@ -55,6 +55,10 @@ class CORE_EXPORT WorkerOrWorkletGlobalScope : public ExecutionContext {
|
| void addDeprecationMessage(UseCounter::Feature);
|
|
|
| private:
|
| + void runTask(std::unique_ptr<ExecutionContextTask>,
|
| + bool isInstrumented,
|
| + ExecutionContext*);
|
| +
|
| BitVector m_deprecationWarningBits;
|
| };
|
|
|
|
|