diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-09-25 21:12:51 -0700 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-09-25 21:12:51 -0700 |
commit | fa9756f77ad6145940d3dc697814b84f5755ae17 (patch) | |
tree | 45044e7ac308813d031282c4665a4ba67db2ca17 /core/include | |
parent | 9bd18183ba8210c91d71c3060146235750a4c71c (diff) | |
download | pdfium-fa9756f77ad6145940d3dc697814b84f5755ae17.tar.xz |
Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"
This reverts commit 9bd18183ba8210c91d71c3060146235750a4c71c.
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fpdfapi/fpdf_parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h index 6194247568..03ae4cf570 100644 --- a/core/include/fpdfapi/fpdf_parser.h +++ b/core/include/fpdfapi/fpdf_parser.h @@ -294,8 +294,7 @@ class CPDF_SyntaxParser { FX_BOOL IsWholeWord(FX_FILESIZE startpos, FX_FILESIZE limit, const uint8_t* tag, - FX_DWORD taglen, - FX_BOOL checkKeyword); + FX_DWORD taglen); CFX_ByteString ReadString(); |