RESOLVED FIXED 207759
When updating a subtree of the IsolatedTree, first remove the entire subtree, not just the subtree root.
https://bugs.webkit.org/show_bug.cgi?id=207759
Summary When updating a subtree of the IsolatedTree, first remove the entire subtree,...
Andres Gonzalez
Reported 2020-02-14 07:03:20 PST
When updating a subtree of the IsolatedTree, first remove the entire subtree, not just the subtree root.
Attachments
Patch (9.08 KB, patch)
2020-02-14 07:28 PST, Andres Gonzalez
no flags
Patch (9.34 KB, patch)
2020-02-14 09:23 PST, Andres Gonzalez
no flags
Andres Gonzalez
Comment 1 2020-02-14 07:28:19 PST
chris fleizach
Comment 2 2020-02-14 08:47:47 PST
Comment on attachment 390764 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390764&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:215 > + ASSERT(m_readerThreadNodeMap.get(item.m_isolatedObject->objectID())->refCount() == 2); can you add a comment why refCount must be two here
Andres Gonzalez
Comment 3 2020-02-14 09:23:22 PST
WebKit Commit Bot
Comment 4 2020-02-14 11:22:38 PST
Comment on attachment 390775 [details] Patch Clearing flags on attachment: 390775 Committed r256630: <https://trac.webkit.org/changeset/256630>
WebKit Commit Bot
Comment 5 2020-02-14 11:22:39 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2020-02-14 11:23:17 PST
Note You need to log in before you can comment on or make changes to this bug.