Closed
Bug 1832402
Opened 3 years ago
Closed 3 years ago
Use SafeElementAt(0) for the return statement of nsLayoutUtils::GetFrameForPoint
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: sefeng211, Assigned: samkravitz99, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=c++])
Attachments
(1 file)
This line https://searchfox.org/mozilla-central/rev/32c74afbb24dce4b5dd6b33be71197e615631d71/layout/base/nsLayoutUtils.cpp#2683 can be updated to SafeElementAt(0).
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → samkravitz99
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54dd86ddbf04
Use SafeElementAt(0) for the return statement of nsLayoutUtils::GetFrameForPoint. r=dshin
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•