commit | 8faf9e047ee80b45d1a28d6c038cbd6e222f23cd | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Thu Sep 15 13:52:43 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 15 13:52:50 2016 |
tree | 38d75d4bf020c7a684b931d6d62f0028138fb4f1 | |
parent | 4ed5b9f62d7850fc5d9b2a006d3c368a9183c16d [diff] |
Removed the const char* (StaticString) type from RTCStatsMember. std::string is all we need. const char* is an annoying special case because they can't be compared with ==. Having two different string types was a premature optimization. BUG=chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2340303002 Cr-Commit-Position: refs/heads/master@{#14235}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.