[webkit-changes] [WebKit/WebKit] 4a1994: fallbackLabelTextForUnlabeledInputFieldInZoomedFor...
Abrar Rahman Protyasha
noreply at github.com
Sat Jul 13 22:15:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4a199452e4f0918a290880f0698d151dee0b3009
https://github.com/WebKit/WebKit/commit/4a199452e4f0918a290880f0698d151dee0b3009
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-07-13 (Sat, 13 Jul 2024)
Changed paths:
M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
Log Message:
-----------
fallbackLabelTextForUnlabeledInputFieldInZoomedFormControls can use std::ranges::any_of instead of WTF::anyOf
https://bugs.webkit.org/show_bug.cgi?id=276582
rdar://131685717
Reviewed by Richard Robinson.
This patch addresses review feedback from WebKit/WebKit#30765. It's
better to use an STL utility that just works!
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(fallbackLabelTextForUnlabeledInputFieldInZoomedFormControls):
Canonical link: https://commits.webkit.org/280949@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list