commit | 5377bc77cc9ba2a61001e38f40e6d253aba961aa | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Tue Oct 04 20:46:56 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 04 20:47:02 2016 |
tree | 455674a8c759e2d66b9f73001e425656225fb1db | |
parent | cd97b2b943c643f8432d0924a5d3dc1da2868914 [diff] |
Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere The former is always defined (by webrtc/base/checks.h) to either 0 or 1, whereas the latter isn't necessarily defined. This is a re-land of https://codereview.webrtc.org/2384693002, which broke Chromium. We re-land without changing this CL at all, because the thing that needed fixing was in Chromium: https://codereview.chromium.org/2384263004. NOTRY=true TBR=ossu@webrtc.org BUG=webrtc:6451 Review-Url: https://codereview.webrtc.org/2389943003 Cr-Commit-Position: refs/heads/master@{#14508}
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.