Fix for LayoutTests/accessibility/Mac/accesskey.html in isolated tree mode.
Created attachment 413469 [details] Patch
Comment on attachment 413469 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413469&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:203 > + setProperty(AXPropertyName::AccessKey, object.accessKey().isolatedCopy()); can you do a scan on the read of these and let's just update all to isolatedCopy that we need
Created attachment 413479 [details] Patch
(In reply to chris fleizach from comment #2) > Comment on attachment 413469 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=413469&action=review > > > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:203 > > + setProperty(AXPropertyName::AccessKey, object.accessKey().isolatedCopy()); > > can you do a scan on the read of these and let's just update all to > isolatedCopy that we need Done.
Committed r269553: <https://trac.webkit.org/changeset/269553> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413479 [details].
<rdar://problem/71138788>