mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 843695: bustage fix rs=me on a CLOSED TREE
This commit is contained in:
parent
0b2b17dae1
commit
5a4f52a18b
@ -56,7 +56,7 @@ GetSCTPLog()
|
||||
#ifdef DEBUG
|
||||
#define ASSERT_WEBRTC(x) MOZ_ASSERT((x))
|
||||
#elif defined(MOZ_WEBRTC_ASSERT_ALWAYS)
|
||||
#define ASSERT_WEBRTC(x) do { if (!(x)) { MOZ_CRASH(); } } while 0
|
||||
#define ASSERT_WEBRTC(x) do { if (!(x)) { MOZ_CRASH(); } } while (0)
|
||||
#endif
|
||||
|
||||
static bool sctp_initialized;
|
||||
|
Loading…
Reference in New Issue
Block a user