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