commit | a21152ab85fc998dec68036201d77e02ffee3d6a | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Mon Oct 21 23:24:12 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 23 10:02:04 2024 |
tree | 9f3c10c5162fcd5f384959385c90ff150b8d6b47 | |
parent | 7085a884aa6eef94e04ff9778747dbeb95acc7aa [diff] |
Use mutable lambda captures in AsyncDnsResolver::Start(). Otherwise, the captured variables are immutable, so a subsequent std::move() silently degrades to a copy. -- Add missing () for consistency with other no-arg lambda captures. Bug: webrtc:374845009 Change-Id: I205589ff8047446918a45203a22620846b271187 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366280 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43289}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.