mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 507883 - addCookieToHash() creates a useless object that will be clobbered right away. r=zeniko
This commit is contained in:
parent
e991459e39
commit
cc08681d32
@ -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…
Reference in New Issue
Block a user