commit | 19b3a554e8dc9e484906060576a5151e794c34cf | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Sat Jun 17 03:19:08 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Jun 17 03:19:08 2017 |
tree | 23de04058ad90ccb6e602ea3d83974299c35dc05 | |
parent | dab1d2d34eaf86c1b28adb2649bd01852c9eff54 [diff] |
Fixing incorrect use of erase/remove idiom. In this case it wasn't an issue, because only one result would be found by remove_if, but might as well fix it just in case. BUG=None TBR=pthatcher@webrtc.org Review-Url: https://codereview.webrtc.org/2945723002 Cr-Commit-Position: refs/heads/master@{#18641}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.