[webkit-changes] [WebKit/WebKit] 8d0564: Fix a platform guard in UIDelegate.mm
Ada Chan
noreply at github.com
Tue Nov 14 22:12:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d056469ba7ee18ac290fcf77c49be17fa821698
https://github.com/WebKit/WebKit/commit/8d056469ba7ee18ac290fcf77c49be17fa821698
Author: Ada Chan <adachan at apple.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/UIDelegate.mm
Log Message:
-----------
Fix a platform guard in UIDelegate.mm
https://bugs.webkit.org/show_bug.cgi?id=264857
rdar://118433187
Reviewed by Dan Glastonbury.
Prefer PLATFORM(IOS_FAMILY) over TARGET_OS_IPHONE.
* Source/WebKit/UIProcess/Cocoa/UIDelegate.mm:
(WebKit::UIDelegate::setDelegate):
Canonical link: https://commits.webkit.org/270752@main
More information about the webkit-changes
mailing list