Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h

Issue 2191533003: Refactor Timer classes in preparation for landing FrameTimers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698