[webkit-reviews] review granted: [Bug 205210] Isolated object implementation of parameterized attribute SelectTextWithCriteria. : [Attachment 385766] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 16 08:41:45 PST 2019


chris fleizach <cfleizach at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 205210: Isolated object implementation of parameterized attribute
SelectTextWithCriteria.
https://bugs.webkit.org/show_bug.cgi?id=205210

Attachment 385766: Patch

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




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

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

> Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.h:50
> +    AXObjectCache* axObjectCache() const { return m_axObjectCache; }

feel like we should assert main thread in this getter


More information about the webkit-reviews mailing list