Bug 447648 - error message when clearing cookies; r=dcamp

This commit is contained in:
Ehsan Akhgari 2008-09-17 15:24:35 +02:00
parent 9e76ec1419
commit ffac8dc216

View File

@ -260,7 +260,7 @@ PROT_UrlCryptoKeyManager.prototype.hasKey = function() {
PROT_UrlCryptoKeyManager.prototype.unUrlSafe = function(key)
{
return key.replace("-", "+").replace("_", "/");
return key ? key.replace("-", "+").replace("_", "/") : "";
}
/**