mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Keychain's constructor doesn't need an identity anymore
This commit is contained in:
parent
0ecc2cdce5
commit
59721cd147
@ -438,7 +438,7 @@ RemoteStore.prototype = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
get keys() {
|
get keys() {
|
||||||
let keys = new Keychain(this.serverPrefix, this.engineId);
|
let keys = new Keychain(this.serverPrefix);
|
||||||
this.__defineGetter__("keys", function() keys);
|
this.__defineGetter__("keys", function() keys);
|
||||||
return keys;
|
return keys;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user