| Index: xfa/fgas/font/fgas_gefont.h
 | 
| diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h
 | 
| index 5d7b664cf9398bae6dbf615dc4cdbd19b1c39b48..a94583fa6595a6474f389260b023638ff524cafe 100644
 | 
| --- a/xfa/fgas/font/fgas_gefont.h
 | 
| +++ b/xfa/fgas/font/fgas_gefont.h
 | 
| @@ -98,7 +98,7 @@ class CFGAS_GEFont {
 | 
|    IFX_Stream* m_pStream;
 | 
|    IFX_FileRead* m_pFileRead;
 | 
|    CFX_UnicodeEncoding* m_pFontEncoding;
 | 
| -  CFX_WordDiscreteArray* m_pCharWidthMap;
 | 
| +  CFX_DiscreteArrayTemplate<uint16_t>* m_pCharWidthMap;
 | 
|    CFX_MassArrayTemplate<CFX_Rect>* m_pRectArray;
 | 
|    CFX_MapPtrToPtr* m_pBBoxMap;
 | 
|    CXFA_PDFFontMgr* m_pProvider;
 | 
| 
 |