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.