[Webkit-unassigned] [Bug 234085] New: AX: Improve ASSERT while processing tree appends in AXIsolatedTree::applyPendingChanges

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 08:30:43 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234085

            Bug ID: 234085
           Summary: AX: Improve ASSERT while processing tree appends in
                    AXIsolatedTree::applyPendingChanges
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

The current assert:

ASSERT_UNUSED(addResult, addResult.iterator->value->refCount() == 2
            || (addResult.iterator->value.ptr() == m_rootNode.get() && m_rootNode->refCount() == 3));

Doesn't say what the refcount actually is, making it harder to debug. This was a problem for me when working on a previous patch.

-- 
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/20211209/20cd4aa7/attachment.htm>


More information about the webkit-unassigned mailing list