bug 91881, js error, r=matt, sr=blake

This commit is contained in:
morse%netscape.com 2006-07-27 14:54:19 +00:00
parent b571a69c17
commit 3af128e93b

View File

@ -70,7 +70,7 @@
// perform a Cookie or Image action
function CookieImageAction(action) {
if (!("_content" in window)) {
if (!("_content" in window) || !window._content) {
// this occurs if doing tasks->privacy->cookie->block from java console
return;
}