band-aid to fix mac bustage

git-svn-id: svn://10.0.0.236/trunk@56219 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-12-19 19:34:25 +00:00
parent b74d73db50
commit 0e6301f5fa
3 changed files with 9 additions and 1 deletions

View File

@@ -550,6 +550,8 @@ NS_IMETHODIMP nsNetSupportDialog::PromptPassword(const PRUnichar *text,
#endif
}
#ifdef XP_MAC
#else
nsresult nsNetSupportDialog::Select(const PRUnichar *inDialogTitle, const PRUnichar *inMsg, PRUint32 inCount, const char **inList, PRInt32 *outSelection, PRBool *_retval)
{
nsresult rv;
@@ -565,7 +567,7 @@ nsresult nsNetSupportDialog::Select(const PRUnichar *inDialogTitle, const PRUnic
*outSelection = selectedIndex;
return rv;
}
#endif
nsresult nsNetSupportDialog::ConstructBeforeJavaScript(nsIWebShell *aWebShell)
{