| Index: Source/core/workers/WorkerThread.h
|
| diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
|
| index 38352bd1ad6fdb55dd0929b8f73310c828f44454..fbabe8c89b8e965dd95aa4903be203735eda3733 100644
|
| --- a/Source/core/workers/WorkerThread.h
|
| +++ b/Source/core/workers/WorkerThread.h
|
| @@ -46,9 +46,9 @@ namespace blink {
|
| class WebWaitableEvent;
|
| class WorkerGlobalScope;
|
| class WorkerInspectorController;
|
| +class WorkerMicrotaskRunner;
|
| class WorkerReportingProxy;
|
| class WorkerSharedTimer;
|
| -class WorkerThreadShutdownFinishTask;
|
| class WorkerThreadStartupData;
|
| class WorkerThreadTask;
|
|
|
| @@ -130,7 +130,7 @@ protected:
|
|
|
| private:
|
| friend class WorkerSharedTimer;
|
| - friend class WorkerThreadShutdownFinishTask;
|
| + friend class WorkerMicrotaskRunner;
|
|
|
| void stopInShutdownSequence();
|
| void stopInternal();
|
|
|