Index: core/fpdfapi/edit/cpdf_creator.h |
diff --git a/core/fpdfapi/edit/cpdf_creator.h b/core/fpdfapi/edit/cpdf_creator.h |
index 5de3793eb50abfc55f56439b09f40f911e94fd80..b997be6b5f709352a3c9fdd9d0af2a415a3bfc4c 100644 |
--- a/core/fpdfapi/edit/cpdf_creator.h |
+++ b/core/fpdfapi/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; |
}; |