Closed
Bug 1613411
Opened 6 years ago
Closed 6 years ago
Remove const_cast from localstorage
Categories
(Core :: Storage: localStorage & sessionStorage, task)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(1 file)
const_cast
bears the danger of undefined behaviour. This should be removed from localstorage code.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/670cd6b3c6f3
Remove unnecessary const_cast. r=dom-workers-and-storage-reviewers,janv
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•