mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Bug 353227, remove right object, hopefully this fixes the crashes, r+sr=jst
This commit is contained in:
parent
55133b3856
commit
e64e15f716
@ -192,7 +192,7 @@ nsDOMStorageManager::RemoveFromStoragesHash(nsDOMStorage* aStorage)
|
||||
{
|
||||
nsDOMStorageEntry* entry = mStorages.GetEntry(aStorage);
|
||||
if (entry)
|
||||
mStorages.RemoveEntry(entry);
|
||||
mStorages.RemoveEntry(aStorage);
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user