| Index: core/fpdfapi/parser/cpdf_document.h
|
| diff --git a/core/fpdfapi/parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h
|
| index 0da65773604b4e5ae1d594acf7cbf455f94f4665..65455480a47e1874a9afafc84f0fc44cab1b86d9 100644
|
| --- a/core/fpdfapi/parser/cpdf_document.h
|
| +++ b/core/fpdfapi/parser/cpdf_document.h
|
| @@ -147,7 +147,7 @@ class CPDF_Document : public CPDF_IndirectObjectHolder {
|
| std::unique_ptr<CPDF_DocRenderData> m_pDocRender;
|
| std::unique_ptr<JBig2_DocumentContext> m_pCodecContext;
|
| std::unique_ptr<CPDF_LinkList> m_pLinksContext;
|
| - CFX_ArrayTemplate<uint32_t> m_PageList;
|
| + std::vector<uint32_t> m_PageList;
|
| };
|
|
|
| #endif // CORE_FPDFAPI_PARSER_CPDF_DOCUMENT_H_
|
|
|