Closed
Bug 1694722
Opened 5 years ago
Closed 5 years ago
Remove/fix unreachable check in `IsAccessKeyTarget`
Categories
(Core :: DOM: Events, task)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
if (!aContent->IsXULElement()) return true; above makes this unreachable.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d0dff06fe29b
Remove unreachable check in IsAccessKeyTarget. r=emilio
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•