[webkit-changes] [WebKit/WebKit] caa99e: Unreviewed, fix the internal tvOS build after 2687...
Wenson Hsieh
noreply at github.com
Mon Oct 2 16:05:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: caa99e98fde88c6a7705f19d438053cd91217c12
https://github.com/WebKit/WebKit/commit/caa99e98fde88c6a7705f19d438053cd91217c12
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M Source/WebCore/PAL/pal/cocoa/LinkPresentationSoftLink.h
M Source/WebCore/PAL/pal/cocoa/LinkPresentationSoftLink.mm
M Source/WebCore/PAL/pal/spi/cocoa/LinkPresentationSPI.h
Log Message:
-----------
Unreviewed, fix the internal tvOS build after 268744 at main
https://bugs.webkit.org/show_bug.cgi?id=262471
rdar://115803976
The `LPMetadataProvider` class is unavailable on tvOS; guard softlinking definitions and
declarations, along with SPI declaractions, behind a `!PLATFORM(APPLETV)` check.
* Source/WebCore/PAL/pal/cocoa/LinkPresentationSoftLink.h:
* Source/WebCore/PAL/pal/cocoa/LinkPresentationSoftLink.mm:
* Source/WebCore/PAL/pal/spi/cocoa/LinkPresentationSPI.h:
Canonical link: https://commits.webkit.org/268754@main
More information about the webkit-changes
mailing list