mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 507883 - addCookieToHash() creates a useless object that will be clobbered right away. r=zeniko
This commit is contained in:
parent
077417ee9f
commit
1d96ce2823
@ -1594,9 +1594,6 @@ SessionStoreService.prototype = {
|
||||
aHash[aHost] = {};
|
||||
if (!aHash[aHost][aPath])
|
||||
aHash[aHost][aPath] = {};
|
||||
if (!aHash[aHost][aPath][aName])
|
||||
aHash[aHost][aPath][aName] = {};
|
||||
|
||||
aHash[aHost][aPath][aName] = aCookie;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user