| Index: core/fpdftext/include/cpdf_textpagefind.h
 | 
| diff --git a/core/fpdftext/include/cpdf_textpagefind.h b/core/fpdftext/include/cpdf_textpagefind.h
 | 
| index d9937772d1b8c0d626055a823a2383c0b2a571af..4950bd1113391c72603e27cecedc3b1905805d00 100644
 | 
| --- a/core/fpdftext/include/cpdf_textpagefind.h
 | 
| +++ b/core/fpdftext/include/cpdf_textpagefind.h
 | 
| @@ -18,7 +18,7 @@ class CPDF_TextPage;
 | 
|  class CPDF_TextPageFind {
 | 
|   public:
 | 
|    explicit CPDF_TextPageFind(const CPDF_TextPage* pTextPage);
 | 
| -  ~CPDF_TextPageFind() {}
 | 
| +  ~CPDF_TextPageFind();
 | 
|  
 | 
|    FX_BOOL FindFirst(const CFX_WideString& findwhat,
 | 
|                      int flags,
 | 
| @@ -38,10 +38,6 @@ class CPDF_TextPageFind {
 | 
|                             int iSubString,
 | 
|                             FX_WCHAR chSep);
 | 
|    CFX_WideString MakeReverse(const CFX_WideString& str);
 | 
| -  int ReverseFind(const CFX_WideString& csPageText,
 | 
| -                  const CFX_WideString& csWord,
 | 
| -                  int nStartPos,
 | 
| -                  int& WordLength);
 | 
|    int GetCharIndex(int index) const;
 | 
|  
 | 
|   private:
 | 
| 
 |