webrtc-version-updater
2021-03-03 20:02:22 -08:00
committed by Commit Bot
parent 8cfb287735
commit d744c5a9e4

View File

@ -13,7 +13,7 @@
namespace webrtc {
// The timestamp is always in UTC.
const char* const kSourceTimestamp = "WebRTC source stamp 2021-02-28T04:02:30";
const char* const kSourceTimestamp = "WebRTC source stamp 2021-03-04T04:02:19";
void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even