From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/moz-patch-stack/0065.patch | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 third_party/libwebrtc/moz-patch-stack/0065.patch (limited to 'third_party/libwebrtc/moz-patch-stack/0065.patch') diff --git a/third_party/libwebrtc/moz-patch-stack/0065.patch b/third_party/libwebrtc/moz-patch-stack/0065.patch new file mode 100644 index 0000000000..a26476d3cc --- /dev/null +++ b/third_party/libwebrtc/moz-patch-stack/0065.patch @@ -0,0 +1,25 @@ +From: Michael Froman +Date: Wed, 1 Jun 2022 12:47:00 -0500 +Subject: Bug 1766646 - (fix-f137b75a4d) specify default constructor on + config.emplace(...) + +--- + modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc | 2 +- + 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 b4d3ae8c1f..b6efdeee9e 100644 +--- a/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc ++++ b/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc +@@ -457,7 +457,7 @@ absl::optional LossBasedBweV2::CreateConfig( + if (!enabled.Get()) { + return config; + } +- config.emplace(); ++ config.emplace(Config()); + config->bandwidth_rampup_upper_bound_factor = + bandwidth_rampup_upper_bound_factor.Get(); + config->rampup_acceleration_max_factor = rampup_acceleration_max_factor.Get(); +-- +2.34.1 + -- cgit v1.2.3