From fa9756f77ad6145940d3dc697814b84f5755ae17 Mon Sep 17 00:00:00 2001 From: Jun Fang Date: Fri, 25 Sep 2015 21:12:51 -0700 Subject: Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files" This reverts commit 9bd18183ba8210c91d71c3060146235750a4c71c. --- core/include/fpdfapi/fpdf_parser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/include/fpdfapi') 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(); -- cgit v1.2.3