Closed
Bug 1315298
Opened 7 years ago
Closed 7 years ago
Remove redundant RefPtr = this in H264Converter.cpp
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: JamesCheng, Assigned: JamesCheng)
Details
Attachments
(1 file)
I think the [1] could be removed since it is not use to be a capture variable by lambda or a deathgrip purpose. [1] http://searchfox.org/mozilla-central/rev/f5c9e9a249637c9abd88754c8963ecb3838475cb/dom/media/platforms/wrappers/H264Converter.cpp#227
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Try result: https://treeherder.mozilla.org/#/jobs?repo=try&revision=41b9dac3e14c7083c417cdd56b7b815b2074fef2
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8807601 [details] Bug 1315298 - Remove redundant RefPtr = this in H264Converter.cpp. https://reviewboard.mozilla.org/r/90722/#review90574
Attachment #8807601 -
Flags: review?(jyavenard) → review+
Pushed by ihsiao@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7254533af863 Remove redundant RefPtr = this in H264Converter.cpp. r=jya
Keywords: checkin-needed
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7254533af863
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•