[Webkit-unassigned] [Bug 231231] AX: Move handling of AXContents from platform wrapper to AX core
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 6 07:17:17 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231231
--- Comment #6 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Tyler Wilcock from comment #2)
> Created attachment 440266 [details]
> Patch
--- a/Source/WebCore/accessibility/AccessibilityObject.cpp
+++ a/Source/WebCore/accessibility/AccessibilityObject.cpp
+ for (RefPtr<AccessibilityObject> child = firstChild(); child; child = child->nextSibling()) {
Change RefPtr<AccessibilityObject> to auto*
--
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/20211006/a6ad339a/attachment.htm>
More information about the webkit-unassigned
mailing list