[webkit-changes] [WebKit/WebKit] 1d66fa: Undeclared identifier 'UIUserInterfaceIdiomVision'...
Tim Horton
noreply at github.com
Mon Aug 14 10:10:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1d66fa7028590551362363dc7bdf7dc0b96cce23
https://github.com/WebKit/WebKit/commit/1d66fa7028590551362363dc7bdf7dc0b96cce23
Author: Tim Horton <thorton at apple.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M Source/WTF/wtf/PlatformHave.h
M Source/WebCore/PAL/pal/system/ios/UserInterfaceIdiom.mm
Log Message:
-----------
Undeclared identifier 'UIUserInterfaceIdiomVision' on iOS 16-era builders
https://bugs.webkit.org/show_bug.cgi?id=260145
rdar://113856456
Unreviewed build fix.
* Source/WTF/wtf/PlatformHave.h:
* Source/WebCore/PAL/pal/system/ios/UserInterfaceIdiom.mm:
(PAL::updateCurrentUserInterfaceIdiom):
iOS 16 era SDKs obviously don't have this constant.
Canonical link: https://commits.webkit.org/266865@main
More information about the webkit-changes
mailing list