Closed
Bug 569181
Opened 15 years ago
Closed 15 years ago
Change nsCOMPtr<nsMediaList> to nsRefPtr<nsMediaList>
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: craig.topper, Assigned: craig.topper)
Details
Attachments
(1 file)
|
2.12 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
nsMediaList isn't an interface so shouldn't be using nsCOMPtr. There are already some places that use nsRefPtr, but there are 3 places that use nsCOMPtr.
Attachment #448333 -
Flags: review?(dbaron)
Comment on attachment 448333 [details] [diff] [review]
Patch to fix the 3 instances
r=dbaron
Attachment #448333 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
dbaron, any chance you can land this?
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•