зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1332937 - Use MOZ_RELEASE_ASSERT behind cubeb's XASSERT so it's enabled in release. r=achronop
MozReview-Commit-ID: ISAb2ops8iq --HG-- extra : rebase_source : be0b14e0edc823c847f72bacf7adf10d5e56ed9e
This commit is contained in:
Родитель
eeb706b254
Коммит
add4b47dc6
|
@ -11,7 +11,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <mozilla/Assertions.h>
|
||||
|
||||
/* Forward fatal asserts to MOZ_ASSERT when built inside Gecko. */
|
||||
#define XASSERT(expr) MOZ_ASSERT(expr)
|
||||
/* Forward fatal asserts to MOZ_RELEASE_ASSERT when built inside Gecko. */
|
||||
#define XASSERT(expr) MOZ_RELEASE_ASSERT(expr)
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче