зеркало из https://github.com/mozilla/pjs.git
Bug 518666 - Fix for bad nsBrowserGlue.js import. r=dao.
This commit is contained in:
Родитель
5fc4e4ae95
Коммит
2baac9b3e0
|
@ -359,7 +359,7 @@ BrowserGlue.prototype = {
|
|||
#ifndef WINCE
|
||||
// For windows seven, initialize the jump list module.
|
||||
let temp = {};
|
||||
Cu.import("resource://gre/modules/wintaskbar/winJumpLists.jsm", temp);
|
||||
Cu.import("resource://gre/modules/wintaskbar/jumpLists.jsm", temp);
|
||||
temp.WinTaskbarJumpList.startup();
|
||||
#endif
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче