Bug 1018913 - Customization mode favicon not showing anymore r=gijs

This commit is contained in:
Tim Taubert
2014-06-12 20:32:46 +02:00
parent 9c16213ad1
commit c2c2533479

View File

@@ -115,7 +115,7 @@ HiddenBrowser.prototype = {
// Load all default frame scripts attached to the target window.
let mm = aTab.linkedBrowser.messageManager;
let scripts = win.messageManager.getDelayedFrameScripts();
let scripts = win.getGroupMessageManager("browsers").getDelayedFrameScripts();
Array.forEach(scripts, ([script, runGlobal]) => mm.loadFrameScript(script, true, runGlobal));
// Remove the browser, it will be recreated by a timer.