mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 447648 - error message when clearing cookies; r=dcamp
This commit is contained in:
parent
9e76ec1419
commit
ffac8dc216
@ -260,7 +260,7 @@ PROT_UrlCryptoKeyManager.prototype.hasKey = function() {
|
||||
|
||||
PROT_UrlCryptoKeyManager.prototype.unUrlSafe = function(key)
|
||||
{
|
||||
return key.replace("-", "+").replace("_", "/");
|
||||
return key ? key.replace("-", "+").replace("_", "/") : "";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user