NEW 238463
AX ITM: Don't always queue objects for removal if we bail early in AXIsolatedTree::removeSubtreeFromNodeMap
https://bugs.webkit.org/show_bug.cgi?id=238463
Summary AX ITM: Don't always queue objects for removal if we bail early in AXIsolated...
Tyler Wilcock
Reported 2022-03-28 11:57:08 PDT
In both places we call AXIsolatedTree::removeSubtreeFromNodeMap(AXID axID, ...), we unconditionally remove queue axID for removal in AXIsolatedTree::queueChangesAndRemovals. However, this is sometimes wrong, since AXIsolatedTree::removeSubtreeFromNodeMap can return early without removing axID. We shouldn't be queueing this object for removal in this case.
Attachments
Patch (7.85 KB, patch)
2022-03-30 14:10 PDT, Tyler Wilcock
no flags
Patch (8.15 KB, patch)
2022-03-30 14:22 PDT, Tyler Wilcock
ews-feeder: commit-queue-
Radar WebKit Bug Importer
Comment 1 2022-03-28 11:57:21 PDT
Tyler Wilcock
Comment 2 2022-03-30 14:10:58 PDT
Tyler Wilcock
Comment 3 2022-03-30 14:22:22 PDT
Note You need to log in before you can comment on or make changes to this bug.