Fix for bug 74482, Calling top.window.close() does not work

Work done by Nikolay and me
r=beard sr=brendan a=asa
This commit is contained in:
Xiaobin.Lu%eng.Sun.com 2001-06-13 01:03:25 +00:00
Родитель e95583d1e3
Коммит c67d1554f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ typedef struct JSJCallbacks {
#else
JSBool (*enter_js_from_java)(JNIEnv *jEnv, char **errp);
#endif
void (*exit_js)(JNIEnv *jEnv);
void (*exit_js)(JNIEnv *jEnv, JSContext *cx);
/* Most LiveConnect errors are signaled by calling JS_ReportError(), but in
some circumstances, the target JSContext for such errors is not