RESOLVED FIXED 230678
Replace `axObject->isAXHidden() || axObject->isDOMHidden()` with `axObject->isHidden()`
https://bugs.webkit.org/show_bug.cgi?id=230678
Summary Replace `axObject->isAXHidden() || axObject->isDOMHidden()` with `axObject->i...
Tim Nguyen (:ntim)
Reported 2021-09-23 01:44:13 PDT
The definition of isHidden is: bool isHidden() const override { return isAXHidden() || isDOMHidden(); } So it's effectively the same thing. I'm doing this refactoring so I can factor in inert once I split it out from isAXHidden().
Attachments
Patch (2.85 KB, patch)
2021-09-23 01:49 PDT, Tim Nguyen (:ntim)
no flags
Tim Nguyen (:ntim)
Comment 1 2021-09-23 01:49:07 PDT
EWS
Comment 2 2021-09-23 04:50:48 PDT
Committed r282955 (242045@main): <https://commits.webkit.org/242045@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439025 [details].
Radar WebKit Bug Importer
Comment 3 2021-09-23 04:51:37 PDT
Note You need to log in before you can comment on or make changes to this bug.