Closed
Bug 1499468
Opened 6 years ago
Closed 6 years ago
WorkerPrivate has vestigial code to handle ThrottledEventQueue creation failure
Categories
(Core :: DOM: Workers, defect, P2)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
Details
Attachments
(1 file)
When WorkerPrivate creates a ThrottledEventQueue that feeds to one of the main thread event queues, it takes care to handle the case where ThrottledEventQueue creation fails, but since bug 1452410, this can never occur.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jimb
Updated•6 years ago
|
Priority: -- → P2
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/51dbe7eb45c6
Simplify WorkerPrivate, now that ThrottledEventQueue::Create is infallible. r=baku
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•