Camino only (per bug 428781 comment 14) - Restore general access to chrome: from content (bug 428781 and bug 428747). r/sr=pink

This commit is contained in:
stuart.morgan@alumni.case.edu 2008-04-17 14:41:11 -07:00
parent 515d34180f
commit 1933bf5d9b

View File

@ -3129,7 +3129,7 @@ nsChromeRegistry::AllowScriptsForPackage(nsIURI* aChromeURI, PRBool *aResult)
NS_IMETHODIMP
nsChromeRegistry::AllowContentToAccess(nsIURI*, PRBool *aResult)
{
*aResult = PR_FALSE;
*aResult = PR_TRUE;
return NS_ERROR_NOT_IMPLEMENTED;
}