commit 19a9e54666e660845549fc149533c67fbbf59a53
parent 366f306c1a325ede9528a172a745c5c3e5b67e74
Author: Dan Baker <dbaker@mozilla.com>
Date: Tue, 2 Dec 2025 01:35:41 -0700
Bug 2000941 - Vendor libwebrtc from cf6c409afd
Upstream commit: https://webrtc.googlesource.com/src/+/cf6c409afdf9df59f90e711c0c50ef28f5b39258
Update WebRTC code version (2025-09-29T04:17:07).
Bug: None
Change-Id: I347f43267414d49edab27392a7e226212546c02d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/412820
Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#45760}
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor
@@ -1,4 +1,4 @@
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
-libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T08:33:12.312178+00:00.
+libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T08:35:27.984304+00:00.
# base of lastest vendoring
-f6a1ab593b
+cf6c409afd
diff --git a/third_party/libwebrtc/call/version.cc b/third_party/libwebrtc/call/version.cc
@@ -13,7 +13,7 @@
namespace webrtc {
// The timestamp is always in UTC.
-const char* const kSourceTimestamp = "WebRTC source stamp 2025-09-28T04:07:54";
+const char* const kSourceTimestamp = "WebRTC source stamp 2025-09-29T04:17:07";
void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even