Initialize the AXIsolatedObject AccessibilityText property lazily.
<rdar://problem/88604453>
Created attachment 451186 [details] Patch
Comment on attachment 451186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=451186&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:1011 > + Accessibility::performFunctionOnMainThread([&propertyName, this] () { Can these methods return a variant so we only need one method?
Created attachment 451258 [details] Patch
(In reply to chris fleizach from comment #3) > Comment on attachment 451186 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=451186&action=review > > > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:1011 > > + Accessibility::performFunctionOnMainThread([&propertyName, this] () { > > Can these methods return a variant so we only need one method? Done.
Created attachment 451294 [details] Patch
Committed r289427 (246987@main): <https://commits.webkit.org/246987@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451294 [details].