[webkit-changes] [WebKit/WebKit] 12d797: Unreviewed, fix the Mac Catalyst engineering build
Wenson Hsieh
noreply at github.com
Mon Dec 23 13:15:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 12d797fc45ab4fb1110d8d41e7a1c5488984c445
https://github.com/WebKit/WebKit/commit/12d797fc45ab4fb1110d8d41e7a1c5488984c445
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M Source/WebCore/accessibility/ios/AccessibilityObjectIOS.mm
M Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm
Log Message:
-----------
Unreviewed, fix the Mac Catalyst engineering build
* Source/WebCore/accessibility/ios/AccessibilityObjectIOS.mm:
Guard this with `!PLATFORM(MACCATALYST)` to prevent a warning due to the function being otherwise
unused.
* Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm:
(WebCore::MediaSessionManageriOS::providePresentingApplicationPIDIfNecessary):
(WebCore::MediaSessionManageriOS::updatePresentingApplicationPIDIfNecessary):
Add a couple of `UNUSED_PARAM(pid)` in the `!HAVE(MEDIAEXPERIENCE_AVSYSTEMCONTROLLER)` case.
Canonical link: https://commits.webkit.org/288254@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