| Index: third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.h b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.h
|
| index f2ec8a7ff4ed73073306623c215255c30aad3043..6323724aa2244b01f4f693699b93897c452be789 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.h
|
| @@ -36,7 +36,7 @@ public:
|
| private:
|
| explicit HTMLImportTreeRoot(Document*);
|
|
|
| - void recalcTimerFired(Timer<HTMLImportTreeRoot>*);
|
| + void recalcTimerFired(TimerBase*);
|
|
|
| Member<Document> m_document;
|
| Timer<HTMLImportTreeRoot> m_recalcTimer;
|
|
|