Bug 700659 - Slay nsHashSets in netwerk. r=jduell
This commit is contained in:
3
netwerk/cache/nsDiskCacheDeviceSQL.h
vendored
3
netwerk/cache/nsDiskCacheDeviceSQL.h
vendored
@@ -51,7 +51,6 @@
|
||||
#include "nsCOMArray.h"
|
||||
#include "nsInterfaceHashtable.h"
|
||||
#include "nsClassHashtable.h"
|
||||
#include "nsHashSets.h"
|
||||
#include "nsWeakReference.h"
|
||||
|
||||
class nsIURI;
|
||||
@@ -271,7 +270,7 @@ private:
|
||||
|
||||
nsInterfaceHashtable<nsCStringHashKey, nsIWeakReference> mCaches;
|
||||
nsClassHashtable<nsCStringHashKey, nsCString> mActiveCachesByGroup;
|
||||
nsCStringHashSet mActiveCaches;
|
||||
nsTHashtable<nsCStringHashKey> mActiveCaches;
|
||||
|
||||
nsCOMPtr<nsIThread> mInitThread;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user