зеркало из https://github.com/mozilla/gecko-dev.git
Bug 200697 - Make nsPermissionManager use hashtables, decrease memory used
patch by dwitte@stanford.edu r=bsmedberg@covad.net sr=alecf a=asa
This commit is contained in:
Родитель
ce868b7ad1
Коммит
e68310fe9e
|
@ -301,8 +301,7 @@ nsPermissionManager::Remove(const nsACString &aHost,
|
|||
|
||||
// If no more types are present, remove the entry
|
||||
if (entry->PermissionsAreEmpty()) {
|
||||
//XXX Use RawRemove here, when bug 201034 is fixed
|
||||
mHostTable.RemoveEntry(PromiseFlatCString(aHost).get());
|
||||
mHostTable.RawRemoveEntry(entry);
|
||||
--mHostCount;
|
||||
}
|
||||
mChangedList = PR_TRUE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче