#if def out the code so NECKO doesn't break

git-svn-id: svn://10.0.0.236/trunk@41413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
davidm%netscape.com
1999-07-28 03:37:30 +00:00
parent ac363fc0dd
commit 8a803e5294
2 changed files with 17 additions and 4 deletions

View File

@@ -174,10 +174,12 @@ static NS_DEFINE_IID(kIUrlDispatcherIID, NS_IURLDISPATCHER_IID);
#ifdef DEBUG_rods
#define DEBUG_MENUSDEL 1
#endif
#ifndef NECKO
static NS_DEFINE_IID(kINetSupportIID, NS_INETSUPPORT_IID);
#include "nsINetSupportDialogService.h"
static NS_DEFINE_CID(kNetSupportDialogCID, NS_NETSUPPORTDIALOG_CID);
#endif
#include "nsIWebShell.h"
const char * kThrobberOnStr = "resource:/res/throbber/anims07.gif";
@@ -2850,6 +2852,8 @@ nsWebShellWindow::IsIntrinsicallySized(PRBool& aResult)
// nsINetSupport
#ifdef NECKO
#else
void nsWebShellWindow::Alert(const nsString &aText)
{
nsresult rv;
@@ -2912,3 +2916,4 @@ PRBool nsWebShellWindow::PromptPassword(const nsString &aText,
}
return result ? PR_TRUE : PR_FALSE;
}
#endif