bug 127283, I missed a changed requested by super-reviewer before the a=

This commit is contained in:
bstell%ix.netcom.com 2002-02-24 07:03:17 +00:00
Родитель e6e3386eeb
Коммит 1fba69e636
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -646,6 +646,7 @@ nsFreeTypeFont::doGetBoundingMetrics(const PRUnichar* aString, PRUint32 aLength,
*aRightBearing = 0;
*aAscent = 0;
*aDescent = 0;
*aWidth = 0;
if (aLength < 1) {
return NS_ERROR_FAILURE;

Просмотреть файл

@ -646,6 +646,7 @@ nsFreeTypeFont::doGetBoundingMetrics(const PRUnichar* aString, PRUint32 aLength,
*aRightBearing = 0;
*aAscent = 0;
*aDescent = 0;
*aWidth = 0;
if (aLength < 1) {
return NS_ERROR_FAILURE;