| Index: core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
|
| diff --git a/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h b/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
|
| index d072fbc191264611b88c4e93c54e45aa8608eba9..0b27a1fe9a954e65b7337a98e57ce11263c8d282 100644
|
| --- a/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
|
| +++ b/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
|
| @@ -34,6 +34,6 @@ inline bool PDFCharIsLineEnding(uint8_t c) {
|
| }
|
|
|
| int32_t GetHeaderOffset(IFX_FileRead* pFile);
|
| -int32_t GetDirectInteger(CPDF_Dictionary* pDict, const CFX_ByteStringC& key);
|
| +int32_t GetDirectInteger(CPDF_Dictionary* pDict, const CFX_ByteString& key);
|
|
|
| #endif // CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
|
|
|