Closed
Bug 1412547
Opened 7 years ago
Closed 7 years ago
avoid unused lambda captures in MediaDecoder.cpp
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
(Keywords: regression)
Attachments
(1 file)
993 bytes,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
These must have been changed somewhere along the line to not use fields of
`this` or call methods.
Attachment #8923111 -
Flags: review?(gsquelart)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•7 years ago
|
||
Attaching self was a big on its own. Git blame for it
Updated•7 years ago
|
Attachment #8923111 -
Flags: review?(gsquelart) → review+
Blocks: Wunused-lambda-capture
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
status-firefox58:
--- → affected
status-firefox-esr52:
--- → unaffected
Keywords: regression
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5da48a1cd6d6
avoid unused lambda captures in MediaDecoder.cpp; r=jya
Comment 6•7 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•