| Index: core/include/fpdfapi/fpdf_parser.h
|
| diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h
|
| index 03ae4cf5706117a6647f14adb1db7b9e84b3aa3b..619424756804c57f5dfd90fd81fc98a1286a2f63 100644
|
| --- a/core/include/fpdfapi/fpdf_parser.h
|
| +++ b/core/include/fpdfapi/fpdf_parser.h
|
| @@ -294,7 +294,8 @@ class CPDF_SyntaxParser {
|
| FX_BOOL IsWholeWord(FX_FILESIZE startpos,
|
| FX_FILESIZE limit,
|
| const uint8_t* tag,
|
| - FX_DWORD taglen);
|
| + FX_DWORD taglen,
|
| + FX_BOOL checkKeyword);
|
|
|
| CFX_ByteString ReadString();
|
|
|
|
|