You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AX: AXIsolatedTree should hold a WeakPtr to the AXObjectCache.
https://bugs.webkit.org/show_bug.cgi?id=251151
<rdar://problem/104645083>
Reviewed by Chris Fleizach.
Replaced the raw pointer to AXObjectCache with a WeakPtr. Audited that we are checking for null everywhere we access this instance variable.
* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.h:
(WebCore::AXIsolatedTree::axObjectCache const):
Canonical link: https://commits.webkit.org/259398@main
0 commit comments