mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset c9b9f32a152b to fix oranges
This commit is contained in:
parent
1eeffd78b6
commit
71e3e03871
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user