Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1530f996d732b1c894c62eb91726a9689e62f506
      
https://github.com/WebKit/WebKit/commit/1530f996d732b1c894c62eb91726a9689e62f506
  Author: Dominic Mazzoni <[email protected]>
  Date:   2025-07-18 (Fri, 18 Jul 2025)

  Changed paths:
    M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp

  Log Message:
  -----------
  AX: assert if AXIsolatedTree::applyPendingRootNodeLocked results in 
unreachable nodes
https://bugs.webkit.org/show_bug.cgi?id=296167
rdar://156121932

Reviewed by Tyler Wilcock and Andres Gonzalez.

We have tracked down the source of one missing content bug to
AXIsolatedTree::applyPendingRootNodeLocked setting the root node to an
iframe's scroll view by mistake. This assertion would catch if that
were to happen again.

* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:
(WebCore::AXIsolatedTree::applyPendingRootNodeLocked):

Canonical link: https://commits.webkit.org/297632@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to