mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2402 - Don't call WorkerPrivate::WorkerName() to get service worker scope. https://bugzilla.mozilla.org/show_bug.cgi?id=1350433
This commit is contained in:
parent
6979441734
commit
5202c08cfb
5 changed files with 14 additions and 7 deletions
|
|
@ -598,7 +598,7 @@ private:
|
|||
innerID = NS_LITERAL_STRING("ServiceWorker");
|
||||
// Use scope as ID so the webconsole can decide if the message should
|
||||
// show up per tab
|
||||
id.AssignWithConversion(mWorkerPrivate->WorkerName());
|
||||
id.AssignWithConversion(mWorkerPrivate->ServiceWorkerScope());
|
||||
} else {
|
||||
innerID = NS_LITERAL_STRING("Worker");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue