RESOLVED FIXED 235481
AX: Remove duplication in AXObjectCache::updateIsolatedTree implementations
https://bugs.webkit.org/show_bug.cgi?id=235481
Summary AX: Remove duplication in AXObjectCache::updateIsolatedTree implementations
Tyler Wilcock
Reported 2022-01-22 09:01:28 PST
The singular-object versions (AXObjectCache::updateIsolatedTree(AXCoreObject&, AXNotification)) and multiple-object version (AXObjectCache::updateIsolatedTree(const Vector<std::pair<RefPtr<AXCoreObject>, AXNotification>>&)) duplicate a lot of code, and make it possible to forget to add new notification handling in one place or the other.
Attachments
Patch (5.32 KB, patch)
2022-01-22 09:08 PST, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2022-01-22 09:01:37 PST
Tyler Wilcock
Comment 2 2022-01-22 09:08:11 PST
EWS
Comment 3 2022-01-23 08:51:30 PST
Committed r288419 (246310@main): <https://commits.webkit.org/246310@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449733 [details].
Note You need to log in before you can comment on or make changes to this bug.