Backed out changeset c9b9f32a152b to fix oranges

This commit is contained in:
Ehsan Akhgari 2010-06-28 15:28:45 -04:00
parent 1eeffd78b6
commit 71e3e03871

View File

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