Bug 238511

Summary: AXIsolatedObject::isAccessibilityObject should not be ASSERT_NOT_REACHED
Product: WebKit Reporter: Tyler Wilcock <tyler_w>
Component: AccessibilityAssignee: Tyler Wilcock <tyler_w>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Tyler Wilcock
Reported 2022-03-29 09:55:05 PDT
We try to downcast AXCoreObjects to AccessibilityObjects here in AXLogger's TextStream& operator<<(TextStream&, const AXCoreObject&): if (auto* axObject = dynamicDowncast<AccessibilityObject>(&object); axObject && axObject->hasDisplayContents()) stream.dumpProperty("hasDisplayContents", true);
Attachments
Patch (2.70 KB, patch)
2022-03-29 09:59 PDT, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2022-03-29 09:55:16 PDT
Tyler Wilcock
Comment 2 2022-03-29 09:59:23 PDT
EWS
Comment 3 2022-03-29 17:33:30 PDT
Committed r292085 (249012@main): <https://commits.webkit.org/249012@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456036 [details].
Note You need to log in before you can comment on or make changes to this bug.