Closed
Bug 1292224
Opened 9 years ago
Closed 9 years ago
Remove duplicate mRefCnt member from nsNavHistoryFolderResultNode
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
|
3.37 KB,
patch
|
adw
:
review+
|
Details | Diff | Splinter Review |
See bug 1244825 for more information.
nsNavHistoryFolderResultNode has multiple mRefCnt members. This patch avoids that by not inheriting a mRefCnt member fom AsyncStatementCallback by instead inheriting from a new class, WeakAsyncStatementCallback, which is identical to AsyncStatementCallback, except that it does not define an mRefCnt property.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8777888 -
Flags: review?(adw)
Updated•9 years ago
|
Attachment #8777888 -
Flags: review?(adw) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fb4fa13ea19a
Remove duplicate mRefCnt member from nsNavHistoryFolderResultNode, r=adw
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•