Closed
Bug 515949
Opened 16 years ago
Closed 16 years ago
nsCOMPtr/nsCOMArray<nsScreenCocoa> is bad
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
2.31 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
nsScreenCocoa doesn't have an IID, but we try to use nsCOMArray on it anyway. We should be using nsRefPtr and nsTArray< nsRefPtr<nsScreenCocoa> >.
See bug 514280 for more details... this is a part of that bug.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #400035 -
Flags: review?(joshmoz)
Attachment #400035 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•