mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 802968 - Fix racy test behavior. r=me DONTBUILD
--HG-- extra : rebase_source : 631b1d7d8efc625725b9a733c8e065030ff795e1
This commit is contained in:
parent
8662bc1496
commit
b9899be941
@ -32,6 +32,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=801241
|
||||
}
|
||||
|
||||
function go() {
|
||||
document.getElementById('ifr').onload = null;
|
||||
var sb = new Cu.Sandbox(this);
|
||||
sb.win = document.getElementById('ifr').contentWindow;
|
||||
sb.ok = ok;
|
||||
|
Loading…
Reference in New Issue
Block a user