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 3f480e9dae
commit e16e0e5052

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("_", "/") : "";
}
/**