Closed
Bug 1475515
Opened 3 years ago
Closed 3 years ago
Remove member initialization for union Extra::mMessage
Categories
(Core :: DOM: Bindings (WebIDL), enhancement)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
Details
Attachments
(1 file)
As :bz commented in bug 1453795 we shouldn't initialize mMessage in the ctor on Extra. Instead, in order to keep the static-analysis happy, we can ignore all of the member variables from Extra for initialization.
Assignee | ||
Updated•3 years ago
|
Summary: Remove member initialization from union Extra::mMessage → Remove member initialization for union Extra::mMessage
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•3 years ago
|
||
mozreview-review |
Comment on attachment 8991870 [details] Bug 1475515 - Remove member initialization for union Extra::mMessage. https://reviewboard.mozilla.org/r/256790/#review263838 r=me. Thank you!
Attachment #8991870 -
Flags: review?(bzbarsky) → review+
Pushed by bpostelnicu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/03ecdc85a126 Remove member initialization for union Extra::mMessage. r=bz
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/03ecdc85a126
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•