Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin

This commit is contained in:
Hashem Masoud
2009-08-14 16:09:00 +02:00
parent a2c35c5802
commit ae914487ea
101 changed files with 212 additions and 212 deletions

View File

@@ -326,7 +326,7 @@ nsMathMLmpaddedFrame::UpdateValue(PRInt32 aSign,
default:
// if we ever reach here, it would mean something is wrong
// somewhere with the setup and/or the caller
NS_ASSERTION(0, "Unexpected Pseudo Unit");
NS_ERROR("Unexpected Pseudo Unit");
return;
}
}