| Index: core/fpdfapi/fpdf_parser/cpdf_stream.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_stream.cpp b/core/fpdfapi/fpdf_parser/cpdf_stream.cpp
|
| index 108f487602bbc5488010aa94e8990489e78013bb..7e65c25533b76228e5911a9d376fbbb0caf8e8b0 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_stream.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_stream.cpp
|
| @@ -57,7 +57,7 @@ void CPDF_Stream::InitStreamInternal(CPDF_Dictionary* pDict) {
|
| m_pFile = nullptr;
|
| }
|
|
|
| -void CPDF_Stream::InitStream(uint8_t* pData,
|
| +void CPDF_Stream::InitStream(const uint8_t* pData,
|
| uint32_t size,
|
| CPDF_Dictionary* pDict) {
|
| InitStreamInternal(pDict);
|
|
|