зеркало из https://github.com/mozilla/pjs.git
Do something safe if this call fails
This commit is contained in:
Родитель
8b0eb04e08
Коммит
1e434e1384
|
@ -679,6 +679,9 @@ nsScriptSecurityManager::CanExecuteFunction(void *jsFuncObj,
|
|||
JSContext *cx = GetCurrentContext();
|
||||
if (!cx) {
|
||||
cx = GetSafeContext();
|
||||
if (!cx) {
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
}
|
||||
}
|
||||
nsCOMPtr<nsIPrincipal> principal;
|
||||
nsresult rv = GetFunctionObjectPrincipal(cx, (JSObject *) jsFuncObj,
|
||||
|
|
Загрузка…
Ссылка в новой задаче