зеркало из https://github.com/mozilla/pjs.git
Removed an assert that is no longer applicable
This commit is contained in:
Родитель
e4ce3835ca
Коммит
24cb3d4ab9
|
@ -349,7 +349,6 @@ nsDST::Insert(void* aKey, void* aValue, void** aOldValue)
|
|||
{
|
||||
NS_PRECONDITION(0 == (PtrBits(aKey) & (mLevelZeroBit - 1)),
|
||||
"ignored low-order bits are not zero");
|
||||
NS_ENSURE_ARG_POINTER(aValue);
|
||||
|
||||
// Initialize OUT parameter
|
||||
if (aOldValue) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче