Code: Select all
Timestamp: xxxxxxxxxxxxxxxxxx
Error: TypeError: gb is null
Source File: chrome://noscript/content/noscriptOverlay.js
Line: 1481Code: Select all
Timestamp: xxxxxxxxxxxxxxxxxx
Error: TypeError: gb is null
Source File: chrome://noscript/content/noscriptOverlay.js
Line: 1481Code: Select all
getNotificationBox: function(pos, browser) {
// this won't get any notification for Fennec, which is good.
var gb = getBrowser();
if (gb === null || !gb.getNotificationBox) return null; // SeaMonkey, Fennec...
browser = browser || gb.selectedBrowser;
if (!pos) pos = this.notificationPos;
var nb = gb.getNotificationBox(browser);
if (nb)
this.patchNotificationBox(nb, pos);
return nb;
},