Closed Bug 620416 Opened 14 years ago Closed 13 years ago

hopefully useless null check of aCol in nsTreeBodyFrame::GetCellAt

Categories

(Core :: XUL, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla2.0b12

People

(Reporter: timeless, Assigned: timeless)

References

(Blocks 1 open bug)

Details

(Keywords: coverity)

Attachments

(1 file)

1644 nsTreeBodyFrame::GetCellAt(nscoord aX, nscoord aY, PRInt32* aRow,

deref:
1647   *aCol = nsnull;

check:
1673       if (aCol)
1674         *aCol = currCol;
Attached patch patchSplinter Review
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #498902 - Flags: review?(enndeakin)
Attachment #498902 - Flags: approval2.0?
Attachment #498902 - Flags: review?(enndeakin) → review+
Keywords: checkin-needed
http://hg.mozilla.org/mozilla-central/rev/6a59cfc1766c
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b12
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: