[webkit-reviews] review granted: [Bug 215000] Add the ability of comparing the accessibility tree with isolated tree mode on and off. : [Attachment 405787] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 1 11:20:07 PDT 2020


chris fleizach <cfleizach at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 215000: Add the ability of comparing the accessibility tree with isolated
tree mode on and off.
https://bugs.webkit.org/show_bug.cgi?id=215000

Attachment 405787: Patch

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




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

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

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm:379
> +    return backingObject ? backingObject->isAXIsolatedObjectInstance() : NO;

This could be

return backingObject && backingObject->.....


More information about the webkit-reviews mailing list