summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebCache.h')
-rw-r--r--WebKit/android/WebCoreSupport/WebCache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/android/WebCoreSupport/WebCache.h b/WebKit/android/WebCoreSupport/WebCache.h
index be6c968..d04a594 100644
--- a/WebKit/android/WebCoreSupport/WebCache.h
+++ b/WebKit/android/WebCoreSupport/WebCache.h
@@ -49,7 +49,7 @@ private:
WebCache(bool isPrivateBrowsing);
// For clear()
- void doClear();
+ void clearImpl();
void doomAllEntries(int);
void onClearDone(int);
@@ -61,7 +61,7 @@ private:
// For clear()
net::CompletionCallbackImpl<WebCache> m_doomAllEntriesCallback;
- net::CompletionCallbackImpl<WebCache> m_doneCallback;
+ net::CompletionCallbackImpl<WebCache> m_onClearDoneCallback;
disk_cache::Backend* m_cacheBackend;
bool m_isClearInProgress;
};