Closed
Bug 385843
Opened 18 years ago
Closed 17 years ago
nsTextControlFrame implements reference counted nsIPhonetic interface
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 461186
People
(Reporter: dbaron, Unassigned)
Details
nsTextControlFrame implement nsIPhonetic, which is a reference-counted interface. Frames are not reference-counted, so it shouldn't implement this interface.
Updated•18 years ago
|
Flags: blocking1.9?
| Reporter | ||
Comment 1•18 years ago
|
||
(This isn't all that serious, right now at least, since pointers to nsIPhonetic objects are never kept as member variables. The interface is only used in two places, once for frames, and once for editors; it's not clear the interface is even needed since the two objects that implement it are never interchanged; it's one call site for each.)
| Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9-
Whiteboard: [wanted-1.9]
Updated•18 years ago
|
Flags: wanted1.9+
Whiteboard: [wanted-1.9]
Flags: wanted1.9-
Flags: wanted1.9+
Flags: wanted-next+
Whiteboard: [good first bug]
Comment 2•17 years ago
|
||
I believe this bug has been superseded by bug 461186 which has a patch ready for review.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Whiteboard: [good first bug]
You need to log in
before you can comment on or make changes to this bug.
Description
•