Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 12d797fc45ab4fb1110d8d41e7a1c5488984c445
      
https://github.com/WebKit/WebKit/commit/12d797fc45ab4fb1110d8d41e7a1c5488984c445
  Author: Wenson Hsieh <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to