| Index: core/fpdfapi/page/cpdf_contentmarkitem.cpp
|
| diff --git a/core/fpdfapi/page/cpdf_contentmarkitem.cpp b/core/fpdfapi/page/cpdf_contentmarkitem.cpp
|
| index 507dc22d9ab39c03d55b2bfc55dd077f2f8d9583..68089efe7525b52935ff601991dc3c9600d2622e 100644
|
| --- a/core/fpdfapi/page/cpdf_contentmarkitem.cpp
|
| +++ b/core/fpdfapi/page/cpdf_contentmarkitem.cpp
|
| @@ -39,7 +39,7 @@ FX_BOOL CPDF_ContentMarkItem::HasMCID() const {
|
| }
|
|
|
| void CPDF_ContentMarkItem::SetDirectDict(
|
| - std::unique_ptr<CPDF_Dictionary, ReleaseDeleter<CPDF_Dictionary>> pDict) {
|
| + std::unique_ptr<CPDF_Dictionary> pDict) {
|
| m_ParamType = DirectDict;
|
| m_pDirectDict = std::move(pDict);
|
| }
|
|
|