| 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 16daba184db6cb65434764d7e2a2a80d7e55c317..5c3398d50a9784db60f962eff28837125ebfb3c8 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp
|
| @@ -590,7 +590,7 @@ CPDF_Object* CPDF_SyntaxParser::GetObjectByStrict(
|
| }
|
|
|
| if (key.GetLength() > 1) {
|
| - pDict->SetAt(CFX_ByteStringC(key.c_str() + 1, key.GetLength() - 1),
|
| + pDict->SetAt(CFX_ByteString(key.c_str() + 1, key.GetLength() - 1),
|
| obj.release());
|
| }
|
| }
|
|
|