0

Roll WebRTC from 48f271fba90d to 4b67f8d3f725 (1 revision)

https://webrtc.googlesource.com/src.git/+log/48f271fba90d..4b67f8d3f725

2025-02-25 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 8b84aa317e..36f59af467 (1424438:1424618)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com,webrtc-infra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I90e766c2f4b10ef5fe0f580876ae9749c891902f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6302207
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1424771}
This commit is contained in:
chromium-autoroll
2025-02-25 13:35:04 -08:00
committed by Chromium LUCI CQ
parent db596e4e07
commit e05e191a1a
2 changed files with 2 additions and 2 deletions
DEPS
third_party

2
DEPS

@ -2817,7 +2817,7 @@ deps = {
Var('chromium_git') + '/webpagereplay.git' + '@' + Var('webpagereplay_revision'),
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '48f271fba90d4a6d8699e813cd049014de502523',
Var('webrtc_git') + '/src.git' + '@' + '4b67f8d3f725ef3140805bfed7546f7a67029653',
# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.