commit | 1e8ed4a801509f5ea31f98f1f4822dba71be9f8e | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Fri Aug 26 04:33:34 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 26 11:33:41 2016 +0000 |
tree | 3af69c8c3909893767d5b8b6a9dfc2e18d1a5aec | |
parent | 073ece45b68fc1aecb88692438bcb762e9fd18d5 [diff] |
Replace calls to assert() with RTC_DCHECK_*() in .c code We have RTC_CHECK and RTC_DCHECK for C now, so we should use it. It's one fewer difference between our C and C++ code. NOPRESUBMIT=true Review-Url: https://codereview.webrtc.org/2274083002 Cr-Commit-Position: refs/heads/master@{#13930}
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.