summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebCache.cpp')
-rw-r--r--WebKit/android/WebCoreSupport/WebCache.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/WebKit/android/WebCoreSupport/WebCache.cpp b/WebKit/android/WebCoreSupport/WebCache.cpp
index c7a6a1d..778d492 100644
--- a/WebKit/android/WebCoreSupport/WebCache.cpp
+++ b/WebKit/android/WebCoreSupport/WebCache.cpp
@@ -87,13 +87,6 @@ void WebCache::cleanup(bool isPrivateBrowsing)
*instancePtr = 0;
}
-WebCache::~WebCache()
-{
- // We currently leak the HostResolver object to avoid a crash.
- // TODO: Fix this. See b/3243797
- m_hostResolver.leakPtr();
-}
-
WebCache::WebCache(bool isPrivateBrowsing)
: m_doomAllEntriesCallback(this, &WebCache::doomAllEntries)
, m_doneCallback(this, &WebCache::onClearDone)