mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=445993, r=gavin. followup to remove unneeded setTimeout
This commit is contained in:
parent
3b50f8427c
commit
c410380ecd
@ -142,8 +142,7 @@ var Browser = {
|
||||
} catch (e) {}
|
||||
|
||||
if (whereURI) {
|
||||
var self = this;
|
||||
setTimeout(function() { self.content.browser.loadURI(whereURI, null, null, false); }, 10);
|
||||
this.currentBrowser.loadURI(whereURI, null, null, false);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user