Closed
Bug 510024
Opened 16 years ago
Closed 14 years ago
Remove unnecessary casts in nsAccessibleWrap.mm
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jrmuizel, Unassigned)
Details
Attachments
(1 file)
|
1.38 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
The type of currAcc.get() is already nsIAccessible* so there is no need for a further cast to nsIAccessible*
| Reporter | ||
Comment 1•16 years ago
|
||
Attachment #394078 -
Flags: review?(bolterbugz)
Comment 2•16 years ago
|
||
Comment on attachment 394078 [details] [diff] [review]
Remove unneeded casts
r=me thanks!
Attachment #394078 -
Flags: review?(bolterbugz) → review+
Comment 3•14 years ago
|
||
To me it seems that this bug is no longer relevant.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•