[Webkit-unassigned] [Bug 246905] New: AX: AccessibilityNodeObject::ariaLabeledByText appends to a Vector that it never uses
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 22 12:19:56 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246905
Bug ID: 246905
Summary: AX: AccessibilityNodeObject::ariaLabeledByText appends
to a Vector that it never uses
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
In this commit:
https://github.com/WebKit/WebKit/commit/f8283a7eece23958929380c652cebb7e7d302244 (Removed unused textElements member from AccessibilityText structure)
We stopped using the local `axElements` Vector in AccessibilityNodeObject::ariaLabeledByText, but still build it for no reason.
--
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/20221022/ce9dcb1e/attachment.htm>
More information about the webkit-unassigned
mailing list