[webkit-reviews] review granted: [Bug 244069] AX: AccessibilityObject does not always update its m_lastKnownIsIgnoredValue which can result in missing calls to AXObjectCache::childrenChanged : [Attachment 461713] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 10:01:39 PDT 2022


chris fleizach <cfleizach at apple.com> has granted  review:
Bug 244069: AX: AccessibilityObject does not always update its
m_lastKnownIsIgnoredValue which can result in missing calls to
AXObjectCache::childrenChanged
https://bugs.webkit.org/show_bug.cgi?id=244069

Attachment 461713: Patch

https://bugs.webkit.org/attachment.cgi?id=461713&action=review




--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 461713
  --> https://bugs.webkit.org/attachment.cgi?id=461713
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=461713&action=review

> Source/WebCore/accessibility/AccessibilityObject.cpp:3804
> +    if (cache

should we should return immediately if !cache


More information about the webkit-reviews mailing list