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

@@ -2286,7 +2286,7 @@ nsTextControlFrame::OffsetToDOMPoint(PRInt32 aOffset,
}
}
NS_ASSERTION(0, "We should never get here!");
NS_ERROR("We should never get here!");
return NS_ERROR_FAILURE;
}