зеркало из https://github.com/mozilla/pjs.git
bug 118033, remove useless assertion
checkin for Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com, sr=blizzard
This commit is contained in:
Родитель
cce3d8c864
Коммит
22eff14ac5
|
@ -4252,8 +4252,6 @@ if (gAllowDoubleByteSpecialChars) {
|
|||
}
|
||||
}
|
||||
if (!mDocConverterType) {
|
||||
NS_ASSERTION(mDocConverterType!=nsnull, "failed to get converter type");
|
||||
FIND_FONT_PRINTF(("failed to get converter type for %s", atomToName(mLangGroup)));
|
||||
mDocConverterType = SingleByteConvert;
|
||||
}
|
||||
if (mDocConverterType == SingleByteConvert) {
|
||||
|
|
|
@ -4084,7 +4084,6 @@ nsFontMetricsXlib::FindStyleSheetGenericFont(PRUnichar aChar)
|
|||
}
|
||||
}
|
||||
if (!mDocConverterType) {
|
||||
NS_ASSERTION(mDocConverterType!=nsnull, "failed to get converter type");
|
||||
mDocConverterType = SingleByteConvert;
|
||||
}
|
||||
if (mDocConverterType == SingleByteConvert) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче