зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331787 - Make IPDL aborts fatal in release builds. r=billm
MozReview-Commit-ID: JSgNXtnjNxv --HG-- extra : rebase_source : fbe1cbf05b0a7f50c26b57a1800bddbdd6e49469
This commit is contained in:
Родитель
feee0e79ef
Коммит
09bbd9cfe3
|
@ -305,7 +305,7 @@ function would return true for |Actor[]|."""
|
|||
|
||||
def _abortIfFalse(cond, msg):
|
||||
return StmtExpr(ExprCall(
|
||||
ExprVar('MOZ_DIAGNOSTIC_ASSERT'),
|
||||
ExprVar('MOZ_RELEASE_ASSERT'),
|
||||
[ cond, ExprLiteral.String(msg) ]))
|
||||
|
||||
def _refptr(T):
|
||||
|
|
Загрузка…
Ссылка в новой задаче