| Index: Source/core/editing/SpellCheckRequester.cpp
 | 
| diff --git a/Source/core/editing/SpellCheckRequester.cpp b/Source/core/editing/SpellCheckRequester.cpp
 | 
| index 106ca4249f65fbbc2e0f61d33e1e68fc14842c9d..ebe860f3f5b05c46dd5ccd8df612ad932b320ae1 100644
 | 
| --- a/Source/core/editing/SpellCheckRequester.cpp
 | 
| +++ b/Source/core/editing/SpellCheckRequester.cpp
 | 
| @@ -240,7 +240,7 @@ void SpellCheckRequester::didCheck(int sequence, const Vector<TextCheckingResult
 | 
|  
 | 
|      m_processingRequest.clear();
 | 
|      if (!m_requestQueue.isEmpty())
 | 
| -        m_timerToProcessQueuedRequest.startOneShot(0);
 | 
| +        m_timerToProcessQueuedRequest.startOneShot(0, FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void SpellCheckRequester::didCheckSucceed(int sequence, const Vector<TextCheckingResult>& results)
 | 
| 
 |