[webkit-changes] [WebKit/WebKit] aef2df: AX: Assert crash in AXIsolatedObject::relativeFrame.

AndresGonzalezApple noreply at github.com
Thu Feb 22 17:44:00 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aef2df021f711fd6b5e073d41fac755bb607dbcb
      https://github.com/WebKit/WebKit/commit/aef2df021f711fd6b5e073d41fac755bb607dbcb
  Author: Andres Gonzalez <andresg_22 at apple.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

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

  Log Message:
  -----------
  AX: Assert crash in AXIsolatedObject::relativeFrame.
https://bugs.webkit.org/show_bug.cgi?id=269941
<rdar://problem/123466894>

Reviewed by Chris Fleizach.

AXIsolatedObject::relativeFrame should not call isMOckObject() because this method always return false and asserts in debug builds.

* Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:
(WebCore::AXIsolatedObject::relativeFrame const):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list