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
Родитель 892d47f959
Коммит 162e284e4d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.