Closed
Bug 461576
Opened 16 years ago
Closed 16 years ago
Make nsListBoxBodyFrame not implement nsIListBoxObject
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
(deleted),
patch
|
enndeakin
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
nsListBoxBodyFrame implements nsIListBoxObject, but doesn't need to... the callers can use nsListBoxBodyFrame* directly, avoid QI badness, and save on a virtual method invocation.
Attachment #344671 -
Flags: superreview?(roc)
Attachment #344671 -
Flags: review?(enndeakin)
Updated•16 years ago
|
Attachment #344671 -
Flags: review?(enndeakin) → review+
Attachment #344671 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
I smell a deCOMtamination followup bug ;-)
Assignee | ||
Comment 3•16 years ago
|
||
It's low-value, IMO... but I can file one if you really want.
You need to log in
before you can comment on or make changes to this bug.
Description
•