Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
index 27ad6a6838b21e7de01bcc37904071a3a43cf17d..1cb373de7f44c2ed08f342fe6fc4577cbf104dbb 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h |
@@ -114,7 +114,7 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader, priv |
void handleSuccessfulFinish(unsigned long identifier, double finishTime); |
// |this| may be dead after calling this method. |
- void didTimeout(Timer<DocumentThreadableLoader>*); |
+ void didTimeout(TimerBase*); |
// Calls the appropriate loading method according to policy and data |
// about origin. Only for handling the initial load (including fallback |
// after consulting ServiceWorker). |