зеркало из https://github.com/mozilla/pjs.git
Fix for bug 161880 (privacy hole in JS regexps ?). r=jst, sr=brendan.
This commit is contained in:
Родитель
c32451d953
Коммит
520fc9f794
|
@ -500,7 +500,9 @@ GlobalWindowImpl::SetNewDocument(nsIDOMDocument* aDocument,
|
|||
}
|
||||
|
||||
if (do_clear_scope) {
|
||||
::JS_ClearScope((JSContext *)mContext->GetNativeContext(), mJSObject);
|
||||
JSContext* cx = (JSContext *)mContext->GetNativeContext();
|
||||
::JS_ClearScope(cx, mJSObject);
|
||||
::JS_ClearRegExpStatics(cx);
|
||||
|
||||
mIsScopeClear = PR_TRUE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче