Bug 230299

Summary: AX: Remove AXCoreObject::containsText
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, aperez, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 230254    
Attachments:
Description Flags
Patch none

Description Carlos Garcia Campos 2021-09-15 00:35:54 PDT
It's only used by isAccessibilityTextSearchMatch() in AccessibilityObject.cpp. We can move the implementation there and avoid to include TextIterator.h in AccessibilityObjectInterface.h
Comment 1 Radar WebKit Bug Importer 2021-09-15 00:36:09 PDT
<rdar://problem/83134668>
Comment 2 Carlos Garcia Campos 2021-09-15 00:44:01 PDT
Created attachment 438221 [details]
Patch
Comment 3 Andres Gonzalez 2021-09-15 05:10:23 PDT
Looks good.
Comment 4 EWS 2021-09-15 05:20:32 PDT
Committed r282448 (241701@main): <https://commits.webkit.org/241701@main>

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