Closed
Bug 1252343
Opened 7 years ago
Closed 7 years ago
Make mReader a const member of MediaDecoderStateMachine
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(2 files)
After fixing bug 1252341, we can make it const.
Assignee | ||
Comment 1•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/37329/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/37329/
Attachment #8725073 -
Flags: review?(bechen)
Assignee | ||
Comment 2•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/37331/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/37331/
Attachment #8725074 -
Flags: review?(bechen)
Comment 3•7 years ago
|
||
Comment on attachment 8725073 [details] MozReview Request: Bug 1252343. Part 1 - make mReader const. r=bechen. https://reviewboard.mozilla.org/r/37329/#review33895
Attachment #8725073 -
Flags: review?(bechen) → review+
Comment 4•7 years ago
|
||
Comment on attachment 8725074 [details] MozReview Request: Bug 1252343. Part 2 - remove null checks for mReader which is const and never null. r=bechen. https://reviewboard.mozilla.org/r/37331/#review33897 ::: dom/media/MediaDecoderStateMachine.h:215 (Diff revision 1) > // Drop reference to mReader and mResource. Only called during shutdown dance. Please help to modify the comment.
Attachment #8725074 -
Flags: review?(bechen) → review+
Assignee | ||
Comment 5•7 years ago
|
||
Sure. Thanks for the review!
https://hg.mozilla.org/integration/mozilla-inbound/rev/9d343ae304ec https://hg.mozilla.org/integration/mozilla-inbound/rev/fa8ef41d0830
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9d343ae304ec https://hg.mozilla.org/mozilla-central/rev/fa8ef41d0830
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•