Closed
Bug 591864
Opened 14 years ago
Closed 14 years ago
Convert nsCOMPtr<Element> to nsRefPtr for mImageElement in nsIdentifierMapEntry
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: craig.topper, Assigned: craig.topper)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sicking
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
Bug 572688 added an mImageElement to nsIdentifierMapEntry, but it was created as an nsCOMPtr<Element>. Since Element isn't an interface and has no IID it should be an nsRefPtr.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → craig.topper
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #470379 -
Flags: review?(jonas)
Attachment #470379 -
Flags: review?(jonas) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #470379 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #470379 -
Flags: approval2.0? → approval2.0+
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b6
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
•