| Index: core/src/fpdftext/fpdf_text_int.cpp
 | 
| diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/src/fpdftext/fpdf_text_int.cpp
 | 
| index 8931acdde47c90bb22f953d00ecdb0f610c870da..1b476d7b1ff5c9224983c0f996ca41c6d0e46526 100644
 | 
| --- a/core/src/fpdftext/fpdf_text_int.cpp
 | 
| +++ b/core/src/fpdftext/fpdf_text_int.cpp
 | 
| @@ -2561,7 +2561,7 @@ CPDF_LinkExtract::~CPDF_LinkExtract() {
 | 
|    DeleteLinkList();
 | 
|  }
 | 
|  FX_BOOL CPDF_LinkExtract::ExtractLinks(const IPDF_TextPage* pTextPage) {
 | 
| -  if (!pTextPage || !pTextPage->IsParsered()) {
 | 
| +  if (!pTextPage || !pTextPage->IsParsed()) {
 | 
|      return FALSE;
 | 
|    }
 | 
|    m_pTextPage = (const CPDF_TextPage*)pTextPage;
 | 
| 
 |