mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 528259. Fixing broken test that was checked in as part of bug 493615.
This commit is contained in:
parent
42cd75865c
commit
8431b4515a
@ -23,7 +23,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=493615
|
||||
function successCallback(position) {
|
||||
var opener = window.opener;
|
||||
window.close();
|
||||
opener.wrappedJSObject.done();
|
||||
opener.done();
|
||||
}
|
||||
|
||||
function accept() {
|
||||
|
Loading…
Reference in New Issue
Block a user