mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 05865f2b8171 (bug 806690) because it was not effective
DONTBUILD
This commit is contained in:
parent
ddd5e6cd77
commit
211af780b4
@ -56,7 +56,6 @@ function test() {
|
||||
let win = OpenBrowserWindow(options);
|
||||
win.addEventListener("load", function onLoad() {
|
||||
win.removeEventListener("load", onLoad, false);
|
||||
win.gBrowser.stop(); // Cancel the current home page load
|
||||
windowsToClose.push(win);
|
||||
callback(win);
|
||||
}, false);
|
||||
|
Loading…
Reference in New Issue
Block a user