Skip to content

Commit

Permalink
Unreviewed build fix after 275627@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270462
rdar://124019553

* Source/WebCore/platform/mediastream/mac/ScreenCaptureKitSharingSessionManager.mm:
(WebCore::ScreenCaptureKitSharingSessionManager::contentFilterAndSharingSessionFromCaptureDevice):

Canonical link: https://commits.webkit.org/275641@main
  • Loading branch information
cdumez committed Mar 4, 2024
1 parent f75b94b commit 72d1af0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ - (void)stopObservingPicker:(SCContentSharingPicker *)picker
RELEASE_LOG_ERROR(WebRTC, "ScreenCaptureKitSharingSessionManager::contentFilterFromCaptureDevice - unknown capture device.");
return { };
}
#else
UNUSED_PARAM(device);
#endif
return std::make_pair(std::exchange(m_pendingContentFilter, { }), std::exchange(m_pendingSession, { }));
}
Expand Down

0 comments on commit 72d1af0

Please sign in to comment.