Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e081fcf0fbd4400cf01109cee894ec79903275ac
https://github.com/WebKit/WebKit/commit/e081fcf0fbd4400cf01109cee894ec79903275ac
Author: Tyler Wilcock <[email protected]>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M Source/WebCore/accessibility/AccessibilityNodeObject.cpp
Log Message:
-----------
AX: AccessibilityNodeObject::ariaLabeledByText appends to a Vector that it
never uses
https://bugs.webkit.org/show_bug.cgi?id=246905
rdar://problem/101462816
Reviewed by Chris Fleizach.
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.
* Source/WebCore/accessibility/AccessibilityNodeObject.cpp:
(WebCore::AccessibilityNodeObject::ariaLabeledByText const):
Canonical link: https://commits.webkit.org/255890@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes