mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
Followup to fix bustage from revision 5e0434efb89e for bug 460330, r=stuart
This commit is contained in:
parent
1dc69083e3
commit
c1ea0b563d
@ -123,6 +123,8 @@ var Browser = {
|
||||
// initialize input handling
|
||||
ih = new InputHandler();
|
||||
|
||||
BrowserUI.init();
|
||||
|
||||
// Create the first tab
|
||||
this.newTab(true);
|
||||
|
||||
@ -152,8 +154,6 @@ var Browser = {
|
||||
// XXX hook up memory-pressure notification to clear out tab browsers
|
||||
//os.addObserver(function(subject, topic, data) self.destroyEarliestBrowser(), "memory-pressure", false);
|
||||
|
||||
BrowserUI.init();
|
||||
|
||||
window.QueryInterface(Ci.nsIDOMChromeWindow).browserDOMWindow = new nsBrowserAccess();
|
||||
|
||||
let browsers = document.getElementById("browsers");
|
||||
|
Loading…
Reference in New Issue
Block a user