necko-copacetic version of last checkin

This commit is contained in:
danm@netscape.com
1999-07-21 02:58:26 +00:00
parent 9ade700fab
commit dd3672f52b

View File

@@ -22,6 +22,9 @@
#include "nsISupportsArray.h"
#include "nsIComponentManager.h"
#include "nsIURL.h"
#ifdef NECKO
#include "nsNeckoUtil.h"
#endif // NECKO
#include "nsIServiceManager.h"
#include "nsIEventQueueService.h"
#include "nsXPComFactory.h" /* template implementation of a XPCOM factory */
@@ -285,8 +288,7 @@ void nsAppShellService::CreateHiddenWindow()
#ifndef NECKO
rv = NS_NewURL(&url, "chrome://navigator/content/hiddenWindow.xul");
#else
// rv = NS_NewURI(&url, "chrome://navigator/content/hiddenWindow.xul");
return; // temporary stopgap fix
rv = NS_NewURI(&url, "chrome://navigator/content/hiddenWindow.xul");
#endif
if (NS_SUCCEEDED(rv)) {
nsCOMPtr<nsIWebShellWindow> newWindow;