Closed
Bug 1218496
Opened 9 years ago
Closed 9 years ago
Add MOZ_COUNT_CTOR/DTOR to ErrorResult::Message
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
947 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Bug 1217501 had to be backed out for an LSan-only leak of an ErrorResult::Message. This class should get MOZ_COUNT_CTOR/DTOR so that these leaks can be detected in regular debug builds.
Assignee | ||
Comment 1•9 years ago
|
||
Tiny patch.
try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ba86ee6fcc74
Attachment #8679115 -
Flags: review?(bzbarsky)
Comment 2•9 years ago
|
||
Comment on attachment 8679115 [details] [diff] [review]
Add MOZ_COUNT_CTOR/DTOR to ErrorResult::Message.
r=me
Attachment #8679115 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
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
•