Index: third_party/WebKit/Source/core/fetch/MemoryCache.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/MemoryCache.cpp b/third_party/WebKit/Source/core/fetch/MemoryCache.cpp |
index 9e179a922cc0e68183c4297864aa79eafdd4e9eb..c3455042ac3118c2b25949979e9a00e826894035 100644 |
--- a/third_party/WebKit/Source/core/fetch/MemoryCache.cpp |
+++ b/third_party/WebKit/Source/core/fetch/MemoryCache.cpp |
@@ -107,7 +107,7 @@ inline MemoryCache::MemoryCache() |
{ |
#ifdef MEMORY_CACHE_STATS |
const double statsIntervalInSeconds = 15; |
- m_statsTimer.startRepeating(statsIntervalInSeconds, FROM_HERE); |
+ m_statsTimer.startRepeating(statsIntervalInSeconds, BLINK_FROM_HERE); |
#endif |
} |