| Index: core/fpdfapi/page/cpdf_streamparser.h
|
| diff --git a/core/fpdfapi/page/cpdf_streamparser.h b/core/fpdfapi/page/cpdf_streamparser.h
|
| index ce01dd04ee352ac2d9c346b75226dc31761bee4e..a4d279803248350209951c626c8c23bbc7ced4c0 100644
|
| --- a/core/fpdfapi/page/cpdf_streamparser.h
|
| +++ b/core/fpdfapi/page/cpdf_streamparser.h
|
| @@ -34,7 +34,8 @@ class CPDF_StreamParser {
|
| void SetPos(uint32_t pos) { m_Pos = pos; }
|
| std::unique_ptr<CPDF_Object> GetObject() { return std::move(m_pLastObj); }
|
| std::unique_ptr<CPDF_Object> ReadNextObject(bool bAllowNestedArray,
|
| - uint32_t dwInArrayLevel);
|
| + bool bInArray,
|
| + uint32_t dwRecursionLevel);
|
| std::unique_ptr<CPDF_Stream> ReadInlineStream(
|
| CPDF_Document* pDoc,
|
| std::unique_ptr<CPDF_Dictionary> pDict,
|
|
|