Adding new flag to the security check calls out of the DOM generated JS files.
git-svn-id: svn://10.0.0.236/trunk@45348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -69,7 +69,7 @@ nsScriptSecurityManager::GetScriptSecurityManager()
|
||||
NS_IMETHODIMP
|
||||
nsScriptSecurityManager::CheckScriptAccess(nsIScriptContext *aContext,
|
||||
void *aObj, const char *aProp,
|
||||
PRBool *aResult)
|
||||
PRBool isWrite, PRBool *aResult)
|
||||
{
|
||||
*aResult = PR_FALSE;
|
||||
JSContext *cx = (JSContext *)aContext->GetNativeContext();
|
||||
|
||||
Reference in New Issue
Block a user