Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1455983c9dc1c169c1dbbc6875ff89e4e1abb6c0
https://github.com/WebKit/WebKit/commit/1455983c9dc1c169c1dbbc6875ff89e4e1abb6c0
Author: Andy Estes <[email protected]>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M Source/WTF/wtf/PlatformHave.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm
Log Message:
-----------
[iOS] Remove staging code for -[AVPlayer
setDisconnectedFromSystemAudio:completionHandler:]
https://bugs.webkit.org/show_bug.cgi?id=323772
rdar://187034277
Reviewed by Elliott Williams and Jer Noble.
Removed staging code for -setDisconnectedFromSystemAudio:completionHandler: now
that the method is
in the Public iOS 27-family SDKs. Also removed the call to
-setParticipatesInAudioSession:completionHandler:, which was an old name for
the method that
ultimately became Public API. Moved the definition of
HAVE_AVPLAYER_DISCONNECTEDFROMSYSTEMAUDIO to
PlatformHave.h.
* Source/WTF/wtf/PlatformHave.h:
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h:
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
(WebCore::MediaPlayerPrivateAVFoundationObjC::createAVPlayer):
(WebCore::MediaPlayerPrivateAVFoundationObjC::updateIsAudible):
(WebCore::MediaPlayerPrivateAVFoundationObjC::setParticipatesInAudioSession):
Deleted.
Canonical link: https://commits.webkit.org/320799@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications