Closed
Bug 1505718
Opened 6 years ago
Closed 6 years ago
Replace WorkerLoadInfo::StealFrom with a proper move constructor/assignment operator
Categories
(Core :: DOM: Workers, enhancement, P3)
Core
DOM: Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 1507479
People
(Reporter: ytausky, Unassigned)
Details
The current setup requires the recipient to have already been constructed, so it can't be used in a constructor's member initializer list. It is also non-idiomatic.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•