From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/moz-patch-stack/0059.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/libwebrtc/moz-patch-stack/0059.patch') diff --git a/third_party/libwebrtc/moz-patch-stack/0059.patch b/third_party/libwebrtc/moz-patch-stack/0059.patch index 018d4ac255..1ae0f2a8d8 100644 --- a/third_party/libwebrtc/moz-patch-stack/0059.patch +++ b/third_party/libwebrtc/moz-patch-stack/0059.patch @@ -8,10 +8,10 @@ Subject: Bug 1766646 - (fix-f137b75a4d) specify default constructor on 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc b/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc -index 95f821352a..8e1a3c4698 100644 +index 7deeb7ad64..2f47ee0f18 100644 --- a/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc +++ b/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc -@@ -546,7 +546,7 @@ absl::optional LossBasedBweV2::CreateConfig( +@@ -549,7 +549,7 @@ absl::optional LossBasedBweV2::CreateConfig( if (!enabled.Get()) { return config; } -- cgit v1.2.3