commit | 28747969cd2530114759e9d61ee711b887189d72 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Mon Nov 21 17:17:41 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 21 17:17:51 2016 |
tree | fbadab65aa47b6366440fdf093c1660d0e909e76 | |
parent | f570a2804ed8af6f6586f4aea51e089bd55d7e42 [diff] |
RTCStats operator== bugfix a == b would return true if a.member is defined even if b.member is undefined if their values were equal. We would say that b does not have a value in that case but its value_ member would still be initialized to something that is being compared to. Bugfix makes sure not to do value comparison in this case if b is undefined. BUG=chromium:627816 Review-Url: https://codereview.webrtc.org/2517163002 Cr-Commit-Position: refs/heads/master@{#15172}
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.