зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
e95583d1e3
Коммит
c67d1554f2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче