| Index: Source/core/editing/TextCheckingHelper.cpp
 | 
| diff --git a/Source/core/editing/TextCheckingHelper.cpp b/Source/core/editing/TextCheckingHelper.cpp
 | 
| index 8add3a4db8eec3c2e1d139f129db5c5f3ba09781..79556449f0c33cb8edf7c0b1dd7422ec9c5bbf5b 100644
 | 
| --- a/Source/core/editing/TextCheckingHelper.cpp
 | 
| +++ b/Source/core/editing/TextCheckingHelper.cpp
 | 
| @@ -137,7 +137,7 @@ void TextCheckingParagraph::expandRangeToNextEnd()
 | 
|  void TextCheckingParagraph::invalidateParagraphRangeValues()
 | 
|  {
 | 
|      m_checkingStart = m_checkingEnd = -1;
 | 
| -    m_offsetAsRange = 0;
 | 
| +    m_offsetAsRange = nullptr;
 | 
|      m_text = String();
 | 
|  }
 | 
|  
 | 
| 
 |