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
parent f6a275fb72
commit 0c12dc94c8

View File

@ -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