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

Unified Diff: third_party/WebKit/Source/modules/eventsource/EventSource.h

Issue 2641003004: Move EventSource timer to frame-specific TaskRunnerTimer. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/eventsource/EventSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/eventsource/EventSource.h
diff --git a/third_party/WebKit/Source/modules/eventsource/EventSource.h b/third_party/WebKit/Source/modules/eventsource/EventSource.h
index 80c30cb23e9309462208f4a529796eeac68e5131..33b22ee819f79ed7dd00348545ad0cad685eb981 100644
--- a/third_party/WebKit/Source/modules/eventsource/EventSource.h
+++ b/third_party/WebKit/Source/modules/eventsource/EventSource.h
@@ -134,7 +134,7 @@ class MODULES_EXPORT EventSource final
Member<EventSourceParser> m_parser;
Member<ThreadableLoader> m_loader;
- Timer<EventSource> m_connectTimer;
+ TaskRunnerTimer<EventSource> m_connectTimer;
unsigned long long m_reconnectDelay;
String m_eventStreamOrigin;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/eventsource/EventSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698