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

Unified Diff: Source/core/fetch/MemoryCache.cpp

Issue 189833009: Trace where timers were scheduled in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/core/fetch/MemoryCache.cpp
diff --git a/Source/core/fetch/MemoryCache.cpp b/Source/core/fetch/MemoryCache.cpp
index 489d62b398bf6a1ebd8b57a01089b38f74ad6c42..7b2073ab22c002c6445d078d76ee0dc2c081fe80 100644
--- a/Source/core/fetch/MemoryCache.cpp
+++ b/Source/core/fetch/MemoryCache.cpp
@@ -81,7 +81,7 @@ MemoryCache::MemoryCache()
{
#ifdef MEMORY_CACHE_STATS
const double statsIntervalInSeconds = 15;
- m_statsTimer.startRepeating(statsIntervalInSeconds);
+ m_statsTimer.startRepeating(statsIntervalInSeconds, FROM_HERE);
#endif
m_pruneTimeStamp = m_pruneFrameTimeStamp = FrameView::currentFrameTimeStamp();
}

Powered by Google App Engine
This is Rietveld 408576698