From efc100be9db430e8793e6a3b4310ffc871a97245 Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Wed, 17 Apr 2024 01:03:06 -0700 Subject: [PATCH] [LibWebRTC] Unreviewed, build fix for Linux after 277590@main 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 --- .../libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h b/Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h index 13f0ea632a93..9639f6a33bc4 100644 --- a/Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h +++ b/Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h @@ -31,6 +31,8 @@ namespace WebCore { class RealtimeOutgoingAudioSourceLibWebRTC final : public RealtimeOutgoingAudioSource, public CanMakeCheckedPtr { + WTF_MAKE_FAST_ALLOCATED; + WTF_OVERRIDE_DELETE_FOR_CHECKED_PTR(RealtimeOutgoingAudioSourceLibWebRTC); public: static Ref create(Ref&& audioTrackPrivate) {