[webkit-changes] [WebKit/WebKit] 4c56ee: Fix the macOS build after 275656 at main
Abrar Rahman Protyasha
noreply at github.com
Mon Mar 4 16:26:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4c56ee9123b0f2f54851f9dbce3631999d1754ea
https://github.com/WebKit/WebKit/commit/4c56ee9123b0f2f54851f9dbce3631999d1754ea
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-03-04 (Mon, 04 Mar 2024)
Changed paths:
M Source/WebCore/PAL/pal/spi/cocoa/CoreTelephonySPI.h
Log Message:
-----------
Fix the macOS build after 275656 at main
https://bugs.webkit.org/show_bug.cgi?id=270491
rdar://124039964
Unreviewed build fix.
This patch fixes the macOS build after 275656 at main, which
unconditionally included the
CoreTelephony/CoreTelephonyClient+CellularPlanManager.h header. Said
header is only available on iOS targets, so we should gate its inclusion
behind the appropriate HAVE(ESIM_AUTOFILL_SYSTEM_SUPPORT) flag.
* Source/WebCore/PAL/pal/spi/cocoa/CoreTelephonySPI.h:
Canonical link: https://commits.webkit.org/275659@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