Bug 230299 - AX: Remove AXCoreObject::containsText
Summary: AX: Remove AXCoreObject::containsText
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 230254
  Show dependency treegraph
 
Reported: 2021-09-15 00:35 PDT by Carlos Garcia Campos
Modified: 2021-09-15 05:20 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.79 KB, patch)
2021-09-15 00:44 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].