| Index: xfa/fxfa/app/xfa_fontmgr.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fontmgr.cpp b/xfa/fxfa/app/xfa_fontmgr.cpp
|
| index 964c0352b86495b061368690a80615be5f904663..17d600dfa08425d5ce74d15268cde0196d178918 100644
|
| --- a/xfa/fxfa/app/xfa_fontmgr.cpp
|
| +++ b/xfa/fxfa/app/xfa_fontmgr.cpp
|
| @@ -1869,7 +1869,7 @@ CFGAS_GEFont* CXFA_PDFFontMgr::FindFont(CFX_ByteString strPsName,
|
| *pDstPDFFont = pPDFFont;
|
| return NULL;
|
| }
|
| - return CFGAS_GEFont::LoadFont(&pPDFFont->m_Font, pFDEFontMgr, FALSE);
|
| + return CFGAS_GEFont::LoadFont(&pPDFFont->m_Font, pFDEFontMgr);
|
| }
|
| return NULL;
|
| }
|
|
|