| Index: fpdfsdk/fpdfdoc_unittest.cpp
|
| diff --git a/fpdfsdk/fpdfdoc_unittest.cpp b/fpdfsdk/fpdfdoc_unittest.cpp
|
| index fc85404dbaee30019f5a694e0be1bc1c27ea0e9d..48be72399c3c28a67318c6e0ab0437d4f769e8e3 100644
|
| --- a/fpdfsdk/fpdfdoc_unittest.cpp
|
| +++ b/fpdfsdk/fpdfdoc_unittest.cpp
|
| @@ -25,7 +25,7 @@
|
|
|
| class CPDF_TestDocument : public CPDF_Document {
|
| public:
|
| - CPDF_TestDocument() : CPDF_Document(std::unique_ptr<CPDF_Parser>()) {}
|
| + CPDF_TestDocument() : CPDF_Document(nullptr) {}
|
|
|
| void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; }
|
| CPDF_IndirectObjectHolder* GetHolder() { return this; }
|
|
|