| Index: third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp b/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
 | 
| index db020fb635c6700e981e740ab31f926468dbb0c0..0285b5414a94a7c4f19a3b7d226ec20f0658ed40 100644
 | 
| --- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp
 | 
| @@ -110,7 +110,7 @@ void ValidationMessageClientImpl::documentDetached(const Document& document)
 | 
|          hideValidationMessage(*m_currentAnchor);
 | 
|  }
 | 
|  
 | 
| -void ValidationMessageClientImpl::checkAnchorStatus(Timer<ValidationMessageClientImpl>*)
 | 
| +void ValidationMessageClientImpl::checkAnchorStatus(TimerBase*)
 | 
|  {
 | 
|      DCHECK(m_currentAnchor);
 | 
|      if (monotonicallyIncreasingTime() >= m_finishTime || !currentView()) {
 | 
| 
 |