Bug 716576 - nsCacheService closes its databases too late. r=michal.novotny.

This commit is contained in:
Rafael Ávila de Espíndola
2012-01-11 17:41:21 -05:00
parent e381c2de79
commit 719d3b53e5
3 changed files with 3 additions and 7 deletions

View File

@@ -830,11 +830,6 @@ nsOfflineCacheDevice::nsOfflineCacheDevice()
{
}
nsOfflineCacheDevice::~nsOfflineCacheDevice()
{
Shutdown();
}
/* static */
bool
nsOfflineCacheDevice::GetStrictFileOriginPolicy()