зеркало из https://github.com/mozilla/pjs.git
bug 127283, I missed a changed requested by super-reviewer before the a=
This commit is contained in:
Родитель
e6e3386eeb
Коммит
1fba69e636
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче