commit | 9708e9c5993b82624fbce4ca66033d6b3d2a4e63 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Tue Mar 29 17:17:42 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 29 17:17:45 2016 |
tree | 5e60af3167b0abe72985bf2be866dca4060a61d5 | |
parent | 345807e599f89de716ad84c0cae23a16dbbca705 [diff] |
Don't call operator== with scoped_ptr<T> and T* That won't work when rtc::scoped_ptr becomes a type alias for std::unique_ptr. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1834103002 Cr-Commit-Position: refs/heads/master@{#12145}
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.