mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
bug 91881, js error, r=matt, sr=blake
This commit is contained in:
parent
b571a69c17
commit
3af128e93b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user