Closed
Bug 522782
Opened 16 years ago
Closed 15 years ago
Split nsCOMPtr_base::assign_with_AddRef signatures
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 530684
1.8
People
(Reporter: jruderman, Assigned: lars)
References
Details
"nsCOMPtr_base::assign_with_AddRef(nsISupports*)" should be appended, since crashes there are usually not nsCOMPtr's fault.
Comment 1•15 years ago
|
||
Lars - is this a skiplist request? Can you take a look?
Assignee: nobody → lars
Target Milestone: --- → 1.8
Comment 2•15 years ago
|
||
Jesse is you issue fixed by bug 530684?
| Reporter | ||
Comment 3•15 years ago
|
||
Yep. bp-51d0c9c7-0996-4080-9361-cde062100513 appears as
nsRefPtr<nsXULPDGlobalObject>::assign_assuming_AddRef(nsXULPDGlobalObject*) | nsRefPtr<nsDOMWorkerEvent>::assign_with_AddRef(nsDOMWorkerEvent*) | nsPluginInstanceOwner::Init(nsPresContext*, nsObjectFrame*, nsIContent*)
Both assign_assuming_AddRef and assign_with_AddRef are being appended, which is excellent.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•