followup to bustage fix - return an error code

This commit is contained in:
bryner%brianryner.com 2004-07-29 21:42:35 +00:00
Родитель c99aa11266
Коммит 350ebc65ab
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -612,7 +612,7 @@ NS_IMETHODIMP mozXMLTerminal::ScreenSize(PRInt32* rows, PRInt32* cols,
nsCOMPtr<nsIFontMetrics> fontMetrics =
presContext->GetMetricsFor(*defaultFixedFont);
if (!fontMetrics)
return result;
return NS_ERROR_FAILURE;
// Get font height (includes leading?)
nscoord fontHeight, fontWidth;