diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/tab_contents/tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc index 328a051..04034c4 100644 --- a/content/browser/tab_contents/tab_contents.cc +++ b/content/browser/tab_contents/tab_contents.cc @@ -1459,7 +1459,7 @@ void TabContents::OnDidFailProvisionalLoadWithError( void TabContents::OnDidLoadResourceFromMemoryCache( const GURL& url, const std::string& security_info) { - static base::StatsCounter cache("WebKit.CacheHit"); + base::StatsCounter cache("WebKit.CacheHit"); cache.Increment(); // Send out a notification that we loaded a resource from our memory cache. |