| Index: core/fpdfapi/parser/cpdf_document.h
|
| diff --git a/core/fpdfapi/parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h
|
| index c557a56013f71da4dc7106ad5faa97eb154c56ae..ea7bd328aa4302dc28261cada6babc634d505a9a 100644
|
| --- a/core/fpdfapi/parser/cpdf_document.h
|
| +++ b/core/fpdfapi/parser/cpdf_document.h
|
| @@ -102,9 +102,7 @@ class CPDF_Document : public CPDF_IndirectObjectHolder {
|
| FX_BOOL bTranslateName = FALSE);
|
| #endif
|
|
|
| - private:
|
| - friend class CPDF_TestDocument;
|
| -
|
| + protected:
|
| // Retrieve page count information by getting count value from the tree nodes
|
| int RetrievePageCount() const;
|
| CPDF_Dictionary* FindPDFPage(CPDF_Dictionary* pPages,
|
|
|