Bug 1281793 - Remove some non-used telemetry IDs - part 7 - network/cache (2), r=mayhemer
This commit is contained in:
2
netwerk/cache/nsDiskCacheBinding.cpp
vendored
2
netwerk/cache/nsDiskCacheBinding.cpp
vendored
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user