commit | eb4ca4e8235c44537b18f8a91059b2da1b7227ff | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Thu Jan 12 10:24:27 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jan 12 10:24:27 2017 |
tree | cb619ae848992d94ff71e75b570729f003717cb1 | |
parent | 295760daa187d30aa81f6cc5f7768538080c09f6 [diff] |
Replace RTC_DCHECK(false) with RTC_NOTREACHED(). Bulk of changes done using git grep -l 'RTC_DCHECK(false)' | \ xargs sed -i 's/RTC_DCHECK(false)/RTC_NOTREACHED()/' peerconnection.cc also used RTC_DCHECK(false && "msg") in two places, which were updated manually. BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2623313004 Cr-Commit-Position: refs/heads/master@{#16026}
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.