| Index: fpdfsdk/src/pdfwindow/PWL_Utils.cpp
 | 
| diff --git a/fpdfsdk/src/pdfwindow/PWL_Utils.cpp b/fpdfsdk/src/pdfwindow/PWL_Utils.cpp
 | 
| index 85593e11d4babb956f7d722996709eb18a222b50..71a9d474b7265cf3af1c58dbfd31f52defade2fc 100644
 | 
| --- a/fpdfsdk/src/pdfwindow/PWL_Utils.cpp
 | 
| +++ b/fpdfsdk/src/pdfwindow/PWL_Utils.cpp
 | 
| @@ -528,9 +528,6 @@ CFX_ByteString CPWL_Utils::GetSpellCheckAppStream(
 | 
|      IPWL_SpellCheck* pSpellCheck,
 | 
|      const CPDF_Point& ptOffset,
 | 
|      const CPVT_WordRange* pRange) {
 | 
| -  ASSERT(pEdit != NULL);
 | 
| -  ASSERT(pSpellCheck != NULL);
 | 
| -
 | 
|    CFX_ByteTextBuf sRet;
 | 
|  
 | 
|    if (pRange && pRange->IsExist()) {
 | 
| 
 |