Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 67e969df0ff86c5148fe3570ed17f8023c4ebf37
https://github.com/WebKit/WebKit/commit/67e969df0ff86c5148fe3570ed17f8023c4ebf37
Author: Andy Estes <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M Source/WebCore/platform/audio/ios/MediaDeviceRoute.h
M Source/WebCore/platform/audio/ios/MediaDeviceRoute.mm
M Source/WebCore/platform/graphics/MediaPlayerPrivateWirelessPlayback.cpp
Log Message:
-----------
[iOS] MediaSelectionOption in MediaDeviceRoute shadows an existing struct
https://bugs.webkit.org/show_bug.cgi?id=317793
rdar://180562637
Reviewed by Eric Carlson.
MediaDeviceRoute.h defined a struct MediaSelectionOption, whose name shadows a
different struct
defined in MediaSelectionOption.h. Instead of defining a new struct, we can
just use the struct
from MediaSelectionOption.h in MediaDeviceRoute.
No new tests. Covered by existing tests.
* Source/WebCore/platform/audio/ios/MediaDeviceRoute.h:
* Source/WebCore/platform/audio/ios/MediaDeviceRoute.mm:
(WebCore::convert):
* Source/WebCore/platform/graphics/MediaPlayerPrivateWirelessPlayback.cpp:
Canonical link: https://commits.webkit.org/315802@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications