Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7f79311df137bce5ced433a441968b07675119e0
https://github.com/WebKit/WebKit/commit/7f79311df137bce5ced433a441968b07675119e0
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPageUtilities.mm
Log Message:
-----------
[iOS] Some internal builds are broken after 303851@main
https://bugs.webkit.org/show_bug.cgi?id=303514
rdar://165807197
Unreviewed build fix.
The performTextSearchWithQueryString:usingOptions:resultAggregator:
calls in FindInPageUtilities.mm were being made in accordance with the
_UITextSearching protocol, and not its public counterpart.
To fix, we explicitly declare WKWebView's conformance to UITextSearching.
* Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPageUtilities.mm:
(testPerformTextSearchWithQueryStringInWebView):
(textRangesForQueryString): Drive-by style guide fix.
Canonical link: https://commits.webkit.org/303882@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications