зеркало из https://github.com/mozilla/pjs.git
Bug 228095 - AIX: 64-bit build error in nsScriptSecurityManager.cpp
r=caillon@aillon.org, sr=brendan@mozilla.org, a=brendan@mozilla.org
This commit is contained in:
Родитель
ec14c75b1a
Коммит
05f05aab8b
|
@ -664,7 +664,7 @@ nsScriptSecurityManager::CheckPropertyAccessImpl(PRUint32 aAction,
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
rv = CheckSameOriginDOMProp(subjectPrincipal, objectPrincipal,
|
||||
aAction, (PRBool)aTargetURI);
|
||||
aAction, aTargetURI != nsnull);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче