From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- dom/media/AudioStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/media/AudioStream.h') diff --git a/dom/media/AudioStream.h b/dom/media/AudioStream.h index 11a61b9fe7..708278314d 100644 --- a/dom/media/AudioStream.h +++ b/dom/media/AudioStream.h @@ -333,7 +333,7 @@ class AudioStream final { const AudioConfig::ChannelLayout::ChannelMap mChannelMap; // The monitor is held to protect all access to member variables below. - Monitor mMonitor MOZ_UNANNOTATED; + Monitor mMonitor; const uint32_t mOutChannels; -- cgit v1.2.3