RESOLVED FIXED 246904
AX: Simplify AXObjectCache by making better use of AXIsolatedTree::treeForPageID(std::optional<PageIdentifier>)
https://bugs.webkit.org/show_bug.cgi?id=246904
Summary AX: Simplify AXObjectCache by making better use of AXIsolatedTree::treeForPag...
Tyler Wilcock
Reported 2022-10-22 11:51:58 PDT
Several places in AXObjectCache manually check that m_pageID is not std::nullopt rather than using the existing AXIsolatedTree::treeForPageID(std::optional<PageIdentifier>) method.
Attachments
Patch (3.20 KB, patch)
2022-10-22 11:54 PDT, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2022-10-22 11:52:10 PDT
Tyler Wilcock
Comment 2 2022-10-22 11:54:36 PDT
EWS
Comment 3 2022-10-22 20:51:11 PDT
Committed 255891@main (ff6a48ca8eab): <https://commits.webkit.org/255891@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463168 [details].
Note You need to log in before you can comment on or make changes to this bug.