Closed
Bug 692105
Opened 14 years ago
Closed 14 years ago
Useless null check in nsFrame::IsSelectable
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
This null check <http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsFrame.cpp#2280> is useless since we check for that earlier in the function.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #564850 -
Flags: review?(roc) → review+
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•