Bug 1875800 - Add name support to WorkerRunnable. r=dom-worker-reviewers,asuth,smaug
Differential Revision: https://phabricator.services.mozilla.com/D199228
This commit is contained in:
@@ -2781,7 +2781,8 @@ class WorkerRunnableDispatcher final : public WorkerRunnable {
|
||||
WorkerRunnableDispatcher(WebSocketImpl* aImpl,
|
||||
ThreadSafeWorkerRef* aWorkerRef,
|
||||
already_AddRefed<nsIRunnable> aEvent)
|
||||
: WorkerRunnable(aWorkerRef->Private(), WorkerThread),
|
||||
: WorkerRunnable(aWorkerRef->Private(), "WorkerRunnableDispatcher",
|
||||
WorkerThread),
|
||||
mWebSocketImpl(aImpl),
|
||||
mEvent(std::move(aEvent)) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user