Skip to content

Commit

Permalink
[LibWebRTC] Unreviewed, build fix for Linux after 277590@main
Browse files Browse the repository at this point in the history
Follow-up 277590@main.

Add 'WTF_OVERRIDE_DELETE_FOR_CHECKED_PTR' to 'RealtimeOutgoingAudioSourceLibWebRTC'.

* Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h:

Canonical link: https://commits.webkit.org/277601@main
  • Loading branch information
dpino committed Apr 17, 2024
1 parent fb54302 commit efc100b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -31,6 +31,8 @@
namespace WebCore {

class RealtimeOutgoingAudioSourceLibWebRTC final : public RealtimeOutgoingAudioSource, public CanMakeCheckedPtr<RealtimeOutgoingAudioSourceLibWebRTC> {
WTF_MAKE_FAST_ALLOCATED;
WTF_OVERRIDE_DELETE_FOR_CHECKED_PTR(RealtimeOutgoingAudioSourceLibWebRTC);
public:
static Ref<RealtimeOutgoingAudioSourceLibWebRTC> create(Ref<MediaStreamTrackPrivate>&& audioTrackPrivate)
{
Expand Down

0 comments on commit efc100b

Please sign in to comment.