Bug 1281793 - Remove some non-used telemetry IDs - part 7 - network/cache (2), r=mayhemer

This commit is contained in:
Andrea Marchesini
2016-06-29 15:19:13 +02:00
parent 6786e47191
commit cff7d88f71
7 changed files with 7 additions and 115 deletions

View File

@@ -88,7 +88,7 @@ nsDiskCacheBinding::~nsDiskCacheBinding()
// Grab the cache lock since the binding is stored in nsCacheEntry::mData
// and it is released using nsCacheService::ReleaseObject_Locked() which
// releases the object outside the cache lock.
nsCacheServiceAutoLock lock(LOCK_TELEM(NSDISKCACHEBINDING_DESTRUCTOR));
nsCacheServiceAutoLock lock;
NS_ASSERTION(PR_CLIST_IS_EMPTY(this), "binding deleted while still on list");
if (!PR_CLIST_IS_EMPTY(this))