Bug 353227, remove right object, hopefully this fixes the crashes, r+sr=jst

This commit is contained in:
enndeakin%sympatico.ca 2006-09-23 14:32:24 +00:00
parent 55133b3856
commit e64e15f716

View File

@ -192,7 +192,7 @@ nsDOMStorageManager::RemoveFromStoragesHash(nsDOMStorage* aStorage)
{
nsDOMStorageEntry* entry = mStorages.GetEntry(aStorage);
if (entry)
mStorages.RemoveEntry(entry);
mStorages.RemoveEntry(aStorage);
}
//