Index: core/fpdfapi/parser/cfdf_document.cpp |
diff --git a/core/fpdfapi/parser/cfdf_document.cpp b/core/fpdfapi/parser/cfdf_document.cpp |
index 96ed4ae6eb3e6e10675a686ac41b9634a8796808..0bfcb65df9cbe1a8949c6f1dd71e26c966ce0138 100644 |
--- a/core/fpdfapi/parser/cfdf_document.cpp |
+++ b/core/fpdfapi/parser/cfdf_document.cpp |
@@ -24,8 +24,7 @@ CFDF_Document::~CFDF_Document() { |
CFDF_Document* CFDF_Document::CreateNewDoc() { |
CFDF_Document* pDoc = new CFDF_Document; |
- pDoc->m_pRootDict = |
- pDoc->NewIndirect<CPDF_Dictionary>(pDoc->GetByteStringPool()); |
+ pDoc->m_pRootDict = pDoc->NewIndirect<CPDF_Dictionary>(); |
pDoc->m_pRootDict->SetFor("FDF", |
new CPDF_Dictionary(pDoc->GetByteStringPool())); |
return pDoc; |