Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 02073c620e0858a0421758a944603d569f61f692
https://github.com/WebKit/WebKit/commit/02073c620e0858a0421758a944603d569f61f692
Author: Tim Horton <[email protected]>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
Log Message:
-----------
Fault logging under -[UIApplication statusBarOrientation] on WKWebView
initialization
https://bugs.webkit.org/show_bug.cgi?id=315872
rdar://174437684
Reviewed by Aditya Keerthi.
* Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:
(-[WKWebView _deviceOrientationIgnoringOverrides]):
Instead of calling deprecated API that now throws a costly fault log, just
admit that
the orientation is unknown when we're unparented, which matches the behavior of
the faulting method.
deviceOrientationForUIInterfaceOrientation is already folding "unknown" to
"portrait".
Canonical link: https://commits.webkit.org/314191@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications