| Index: core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp
|
| index d14eeb991c8428deabfe3b294dbb93c041d6815d..5a3db292e0f006c31a2d7693c98045daf9d0fc64 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp
|
| @@ -630,7 +630,7 @@ unsigned int CPDF_SyntaxParser::ReadEOLMarkers(FX_FILESIZE pos) {
|
| CPDF_Stream* CPDF_SyntaxParser::ReadStream(CPDF_Dictionary* pDict,
|
| uint32_t objnum,
|
| uint32_t gennum) {
|
| - CPDF_Object* pLenObj = pDict->GetElement("Length");
|
| + CPDF_Object* pLenObj = pDict->GetObjectBy("Length");
|
| FX_FILESIZE len = -1;
|
| CPDF_Reference* pLenObjRef = ToReference(pLenObj);
|
|
|
|
|