[Webkit-unassigned] [Bug 283634] New: AX: AccessibilityChildrenVector should be Vector<Ref<AXCoreObject>>, not Vector<RefPtr<AXCoreObject>>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 23 14:34:53 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=283634
Bug ID: 283634
Summary: AX: AccessibilityChildrenVector should be
Vector<Ref<AXCoreObject>>, not
Vector<RefPtr<AXCoreObject>>
Product: WebKit
Version: Other
Hardware: All
OS: All
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
AccessibilityChildrenVector should be Vector<Ref<AXCoreObject>>, not Vector<RefPtr<AXCoreObject>>. Having a null object never makes sense, so we should prevent it from happening using the Ref type.
--
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/20241123/1e977fca/attachment.htm>
More information about the webkit-unassigned
mailing list