| Index: Source/web/ValidationMessageClientImpl.cpp
 | 
| diff --git a/Source/web/ValidationMessageClientImpl.cpp b/Source/web/ValidationMessageClientImpl.cpp
 | 
| index 8761e3e3000b6070080ff6278e148e4c0bbee535..164569ff5356d591d3d60989e3dcd551e2ce83cc 100644
 | 
| --- a/Source/web/ValidationMessageClientImpl.cpp
 | 
| +++ b/Source/web/ValidationMessageClientImpl.cpp
 | 
| @@ -92,7 +92,7 @@ void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, c
 | 
|      m_finishTime = monotonicallyIncreasingTime() + std::max(minimumSecondToShowValidationMessage, (message.length() + title.length()) * secondPerCharacter);
 | 
|      // FIXME: We should invoke checkAnchorStatus actively when layout, scroll,
 | 
|      // or page scale change happen.
 | 
| -    m_timer.startRepeating(statusCheckInterval);
 | 
| +    m_timer.startRepeating(statusCheckInterval, FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void ValidationMessageClientImpl::hideValidationMessage(const Element& anchor)
 | 
| 
 |