| Index: core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| diff --git a/core/fpdfapi/fpdf_edit/cpdf_creator.h b/core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| index f81b043c601d5739407507d6c820edec1b253461..49b5fe5c18ae4bc48977aa7fd4b8e664e322bee9 100644
|
| --- a/core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| +++ b/core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| @@ -94,7 +94,7 @@ class CPDF_Creator {
|
| FX_FILESIZE m_XrefStart;
|
| CFX_FileSizeListArray m_ObjectOffset;
|
| CFX_ArrayTemplate<uint32_t> m_NewObjNumArray;
|
| - std::unique_ptr<CPDF_Array, ReleaseDeleter<CPDF_Array>> m_pIDArray;
|
| + std::unique_ptr<CPDF_Array> m_pIDArray;
|
| int32_t m_FileVersion;
|
| };
|
|
|
|
|