| Index: third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
 | 
| index 52677dd89e05c369a6f72a5d9ef85345f15a10eb..a6f24bf3fb6f785683315cc0ac7218c7d0ec9078 100644
 | 
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
 | 
| @@ -87,7 +87,7 @@ HTMLImportChild* HTMLImportTreeRoot::find(const KURL& url) const
 | 
|      return nullptr;
 | 
|  }
 | 
|  
 | 
| -void HTMLImportTreeRoot::recalcTimerFired(Timer<HTMLImportTreeRoot>*)
 | 
| +void HTMLImportTreeRoot::recalcTimerFired(TimerBase*)
 | 
|  {
 | 
|      ASSERT(m_document);
 | 
|      HTMLImport::recalcTreeState(this);
 | 
| 
 |