зеркало из https://github.com/mozilla/gecko-dev.git
followup to bustage fix - return an error code
This commit is contained in:
Родитель
c99aa11266
Коммит
350ebc65ab
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче