Bug 447648 - error message when clearing cookies; r=dcamp
This commit is contained in:
@@ -260,7 +260,7 @@ PROT_UrlCryptoKeyManager.prototype.hasKey = function() {
|
||||
|
||||
PROT_UrlCryptoKeyManager.prototype.unUrlSafe = function(key)
|
||||
{
|
||||
return key.replace("-", "+").replace("_", "/");
|
||||
return key ? key.replace("-", "+").replace("_", "/") : "";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user