Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a7ffe31e2b4cbf5f52864279aacdbb67e50904d
https://github.com/WebKit/WebKit/commit/1a7ffe31e2b4cbf5f52864279aacdbb67e50904d
Author: David Kilzer <[email protected]>
Date: 2026-07-11 (Sat, 11 Jul 2026)
Changed paths:
M Source/WebKit/UIProcess/ios/_WKCaptionStyleMenuControllerIOS.mm
Log Message:
-----------
REGRESSION (Rave): WebKit fails to build for iOS with the iOS 27.0 SDK:
-[UIApplication canOpenURL:] is deprecated
<https://bugs.webkit.org/show_bug.cgi?id=319176>
<rdar://182017171>
Unreviewed build fix.
The iOS 27.0 SDK marks `-[UIApplication canOpenURL:]` as deprecated,
and WebKit's Debug configuration promotes `-Wdeprecated-declarations`
to an error, so the sole call site fails to compile.
Suppress the deprecation at the call site to keep the existing
behavior.
No new tests since no change in behavior.
* Source/WebKit/UIProcess/ios/_WKCaptionStyleMenuControllerIOS.mm:
(-[WKCaptionStyleMenuController systemCaptionStyleSettingsActionSelected:]):
Canonical link: https://commits.webkit.org/316982@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications