[Webkit-unassigned] [Bug 251045] AX: Fix for crash in AXIsolatedTree::removeNode.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 24 23:19:50 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=251045
chris fleizach <cfleizach at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #464631|review? |review+
Flags| |
--- Comment #9 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 464631
--> https://bugs.webkit.org/attachment.cgi?id=464631
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=464631&action=review
> COMMIT_MESSAGE:9
> +The crash happens in ITM because AXObjectCache::remove updates the isolated tree by calling AXIsolatedTree::removeNode, that calls parentObjectUnignored(), which results in a call to textUnderElement which cannot be called during a layout. The solution in this patch is to make the removal of the object in question asynchroniously.
spelling: asynchroniously
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230125/5c95400a/attachment.htm>
More information about the webkit-unassigned
mailing list