| Index: core/fpdfapi/parser/cpdf_document_unittest.cpp
|
| diff --git a/core/fpdfapi/parser/cpdf_document_unittest.cpp b/core/fpdfapi/parser/cpdf_document_unittest.cpp
|
| index c09665b716a98d2693329661fbf00d5e0ea90b21..261f111343261371ccf1dc88f3f6d286f668cb80 100644
|
| --- a/core/fpdfapi/parser/cpdf_document_unittest.cpp
|
| +++ b/core/fpdfapi/parser/cpdf_document_unittest.cpp
|
| @@ -69,8 +69,7 @@ class CPDF_TestDocumentForPages : public CPDF_Document {
|
| CPDF_Dictionary* pagesDict = CreatePageTreeNode(allPages, this, 7);
|
|
|
| m_pOwnedRootDict.reset(new CPDF_Dictionary());
|
| - m_pOwnedRootDict->SetReferenceFor("Pages", this,
|
| - AddIndirectObject(pagesDict));
|
| + m_pOwnedRootDict->SetReferenceFor("Pages", this, pagesDict->GetObjNum());
|
| m_pRootDict = m_pOwnedRootDict.get();
|
| m_PageList.SetSize(7);
|
| }
|
|
|