| Index: core/fpdfapi/fpdf_edit/editint.h
 | 
| diff --git a/core/fpdfapi/fpdf_edit/editint.h b/core/fpdfapi/fpdf_edit/editint.h
 | 
| index 8a73f123a3d82a39ea84fe4a54c28a9846438d8a..eaf93d12daa0f828679774f3a6875514cbbad685 100644
 | 
| --- a/core/fpdfapi/fpdf_edit/editint.h
 | 
| +++ b/core/fpdfapi/fpdf_edit/editint.h
 | 
| @@ -29,14 +29,14 @@ class CPDF_ObjectStream {
 | 
|  
 | 
|    FX_FILESIZE End(CPDF_Creator* pCreator);
 | 
|  
 | 
| -  CFX_DWordArray m_ObjNumArray;
 | 
| +  CFX_ArrayTemplate<FX_DWORD> m_ObjNumArray;
 | 
|  
 | 
|    CFX_ByteTextBuf m_Buffer;
 | 
|    FX_DWORD m_dwObjNum;
 | 
|    int32_t m_index;
 | 
|  
 | 
|   protected:
 | 
| -  CFX_DWordArray m_OffsetArray;
 | 
| +  CFX_ArrayTemplate<FX_DWORD> m_OffsetArray;
 | 
|  };
 | 
|  class CPDF_XRefStream {
 | 
|   public:
 | 
| 
 |