[Webkit-unassigned] [Bug 238511] New: AXIsolatedObject::isAccessibilityObject should not be ASSERT_NOT_REACHED
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 29 09:55:05 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238511
Bug ID: 238511
Summary: AXIsolatedObject::isAccessibilityObject should not be
ASSERT_NOT_REACHED
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
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);
--
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/20220329/591741c2/attachment.htm>
More information about the webkit-unassigned
mailing list