зеркало из https://github.com/mozilla/gecko-dev.git
Fix the build by doing the correct style struct casting foo.
This commit is contained in:
Родитель
8a34b6891b
Коммит
fa5c968dc3
|
@ -925,7 +925,7 @@ void nsCaret::DrawCaret()
|
|||
if (frameRect.height == 0)
|
||||
{
|
||||
const nsStyleFont* fontStyle;
|
||||
mLastCaretFrame->GetStyleData(eStyleStruct_Font, (const nsStyleFont*&)fontStyle);
|
||||
mLastCaretFrame->GetStyleData(eStyleStruct_Font, (const nsStyleStruct*&)fontStyle);
|
||||
mRendContext->SetFont(fontStyle->mFont);
|
||||
nsCOMPtr<nsIFontMetrics> fm;
|
||||
mRendContext->GetFontMetrics(*getter_AddRefs(fm));
|
||||
|
|
|
@ -925,7 +925,7 @@ void nsCaret::DrawCaret()
|
|||
if (frameRect.height == 0)
|
||||
{
|
||||
const nsStyleFont* fontStyle;
|
||||
mLastCaretFrame->GetStyleData(eStyleStruct_Font, (const nsStyleFont*&)fontStyle);
|
||||
mLastCaretFrame->GetStyleData(eStyleStruct_Font, (const nsStyleStruct*&)fontStyle);
|
||||
mRendContext->SetFont(fontStyle->mFont);
|
||||
nsCOMPtr<nsIFontMetrics> fm;
|
||||
mRendContext->GetFontMetrics(*getter_AddRefs(fm));
|
||||
|
|
Загрузка…
Ссылка в новой задаче