Bug 519928 - bustage fix

This commit is contained in:
Ehsan Akhgari 2010-06-28 14:45:50 -04:00
parent a90f192632
commit 1eeffd78b6

View File

@ -11168,7 +11168,7 @@ unsigned long nsDocShell::gNumberOfDocShells = 0;
#endif
NS_IMETHODIMP
nsDocShell::GetCanExecuteScripts(PRBool *aResult, PRBool *aContinueLooking)
nsDocShell::GetCanExecuteScripts(PRBool *aResult)
{
NS_ENSURE_ARG_POINTER(aResult);
*aResult = PR_FALSE; // disallow by default