[webkit-reviews] review granted: [Bug 244421] AX: AXObjectCache::remove(Node&) can be called while performing a cache update causing m_deferred* vectors to be modified as we iterate over them : [Attachment 461909] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 19:11:52 PDT 2022


chris fleizach <cfleizach at apple.com> has granted  review:
Bug 244421: AX: AXObjectCache::remove(Node&) can be called while performing a
cache update causing m_deferred* vectors to be modified as we iterate over them
https://bugs.webkit.org/show_bug.cgi?id=244421

Attachment 461909: Patch

https://bugs.webkit.org/attachment.cgi?id=461909&action=review




--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 461909
  --> https://bugs.webkit.org/attachment.cgi?id=461909
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=461909&action=review

> COMMIT_MESSAGE:10
> +When this happens, the Node is removed m_deferredAttributeChanges while

Node is removed from


More information about the webkit-reviews mailing list