Closed
Bug 1216964
Opened 9 years ago
Closed 9 years ago
remove nsAutoArrayPtr use from ActorsParent
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
2.04 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
We could have just replaced it directly with UniquePtr, but it seemed
just as easy to use UniqueFreePtr and adapt the code to use
AdoptingBlobVariant, which was apparently added after the XXX comment.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8676798 -
Flags: review?(khuey)
Attachment #8676798 -
Flags: review?(khuey) → review+
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•