зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix followup: release old font metrics
This commit is contained in:
Родитель
c643fb8c61
Коммит
81a267fe8e
|
@ -771,6 +771,7 @@ NS_IMETHODIMP nsChildView::SetFont(const nsFont &aFont)
|
|||
#ifdef MOZ_CAIRO_GFX
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
#else
|
||||
mFontMetrics = nsnull;
|
||||
if (mContext)
|
||||
mContext->GetMetricsFor(aFont, *getter_AddRefs(mFontMetrics));
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче