Bug 528259. Fixing broken test that was checked in as part of bug 493615.

This commit is contained in:
Boris Zbarsky 2009-11-12 15:03:47 -05:00
parent fa97dee7a1
commit ea9fca3a01

View File

@ -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() {