Closed
Bug 1251718
Opened 9 years ago
Closed 9 years ago
use UniquePtr instead of ScopedDeletePtr in WebGLElementArrayCache
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
(Whiteboard: btpp-active)
Attachments
(1 file)
3.96 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
UniquePtr is more standard than ScopedDeletePtr; using standard
constructs whenever possible is preferable.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8724183 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Whiteboard: btpp-active
Updated•9 years ago
|
Attachment #8724183 -
Flags: review?(amarchesini) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•