mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Comment out useless assert.
This commit is contained in:
parent
39f7f55a63
commit
1d5f5e549a
@ -2919,7 +2919,7 @@ NS_IMETHODIMP
|
||||
nsDocument::IncrementModCount(PRInt32 aNumMods)
|
||||
{
|
||||
mModCount += aNumMods;
|
||||
NS_ASSERTION(mModCount >= 0, "Modification count went negative");
|
||||
//NS_ASSERTION(mModCount >= 0, "Modification count went negative");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
@ -2919,7 +2919,7 @@ NS_IMETHODIMP
|
||||
nsDocument::IncrementModCount(PRInt32 aNumMods)
|
||||
{
|
||||
mModCount += aNumMods;
|
||||
NS_ASSERTION(mModCount >= 0, "Modification count went negative");
|
||||
//NS_ASSERTION(mModCount >= 0, "Modification count went negative");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user