Closed
Bug 660149
Opened 14 years ago
Closed 14 years ago
nsAccessNode::IsDefunct() should be const
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
|
9.81 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
it's just a test to say whether object is defunct or not, it's not supposed to change the object. Also that allows us to use it in const methods what is nice.
Attachment #535555 -
Flags: review?(trev.saunders)
Comment 1•14 years ago
|
||
Comment on attachment 535555 [details] [diff] [review]
patch
looks good, thanks
Attachment #535555 -
Flags: review?(trev.saunders) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•