Bug 244820 - AX: AXIsolatedObject::associatedAXObject should return an AccessibilityObject*
Summary: AX: AXIsolatedObject::associatedAXObject should return an AccessibilityObject*
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tyler Wilcock
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-05 13:20 PDT by Tyler Wilcock
Modified: 2022-09-05 19:49 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2022-09-05 13:24 PDT, Tyler Wilcock
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (4.62 KB, patch)
2022-09-05 13:52 PDT, Tyler Wilcock
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (5.22 KB, patch)
2022-09-05 14:15 PDT, Tyler Wilcock
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tyler Wilcock 2022-09-05 13:20:59 PDT
It doesn't make sense for AXIsolatedObject::associatedAXObject to return an AXIsolatedObject*, so the return type of this function should be AccessibilityObject, not AXCoreObject*.
Comment 1 Radar WebKit Bug Importer 2022-09-05 13:21:11 PDT
<rdar://problem/99575303>
Comment 2 Tyler Wilcock 2022-09-05 13:24:03 PDT
Created attachment 462149 [details]
Patch
Comment 3 Tyler Wilcock 2022-09-05 13:52:01 PDT
Created attachment 462150 [details]
Patch
Comment 4 Tyler Wilcock 2022-09-05 14:15:21 PDT
Created attachment 462151 [details]
Patch
Comment 5 EWS 2022-09-05 19:49:10 PDT
Committed 254172@main (b518c52e92cc): <https://commits.webkit.org/254172@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 462151 [details].