зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1533777 - use a release assert in CheckedInt::value; r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D22970 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
31602d2640
Коммит
ca0c1fc191
|
@ -532,7 +532,7 @@ class CheckedInt {
|
|||
|
||||
/** @returns the actual value */
|
||||
T value() const {
|
||||
MOZ_ASSERT(
|
||||
MOZ_RELEASE_ASSERT(
|
||||
mIsValid,
|
||||
"Invalid checked integer (division by zero or integer overflow)");
|
||||
return mValue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче