commit | ab0b929321d37669165d5795268fa10a8c97ec5b | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Mon Oct 03 12:04:21 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 03 12:04:25 2016 |
tree | c09ee266d00be445969b340362c3bd84cca32a00 | |
parent | 1d477ea6d5221c6654db4c0a7cebc68bb70aa080 [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. NOTRY=true BUG=webrtc:6451 Review-Url: https://codereview.webrtc.org/2384693002 Cr-Commit-Position: refs/heads/master@{#14474}
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.