| Index: fpdfsdk/fpdfdoc_unittest.cpp
|
| diff --git a/fpdfsdk/fpdfdoc_unittest.cpp b/fpdfsdk/fpdfdoc_unittest.cpp
|
| index 39e81d52e8d03ff977f03b2d06c7c867398ada12..408d2fa0d820a56ec33034562e992126635589bf 100644
|
| --- a/fpdfsdk/fpdfdoc_unittest.cpp
|
| +++ b/fpdfsdk/fpdfdoc_unittest.cpp
|
| @@ -87,7 +87,7 @@
|
| protected:
|
| std::unique_ptr<CPDF_TestPdfDocument> m_pDoc;
|
| CPDF_IndirectObjectHolder* m_pIndirectObjs;
|
| - std::unique_ptr<CPDF_Dictionary> m_pRootObj;
|
| + std::unique_ptr<CPDF_Dictionary, ReleaseDeleter<CPDF_Dictionary>> m_pRootObj;
|
| };
|
|
|
| TEST_F(PDFDocTest, FindBookmark) {
|
|
|