[webkit-changes] [WebKit/WebKit] 0c63ed: AX: Missing type in AXIsolatedObject::setProperty.
AndresGonzalezApple
noreply at github.com
Thu Oct 5 10:30:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c63edf7c0def8f95ccd880fc19df0d73cb3a2c3
https://github.com/WebKit/WebKit/commit/0c63edf7c0def8f95ccd880fc19df0d73cb3a2c3
Author: Andres Gonzalez <andresg_22 at apple.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp
Log Message:
-----------
AX: Missing type in AXIsolatedObject::setProperty.
https://bugs.webkit.org/show_bug.cgi?id=262702
<rdar://problem/116524008>
Reviewed by Tyler Wilcock.
This causes a crash assert in debug builds. Adding the IntRect missing type to the switchOn call.
* Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:
(WebCore::AXIsolatedObject::setProperty):
Canonical link: https://commits.webkit.org/268924@main
More information about the webkit-changes
mailing list