From f8875221d47c327cf503338aad50693b37d6679d Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Wed, 21 Jul 1999 02:58:26 +0000 Subject: [PATCH] necko-copacetic version of last checkin --- xpfe/appshell/src/nsAppShellService.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xpfe/appshell/src/nsAppShellService.cpp b/xpfe/appshell/src/nsAppShellService.cpp index a2bb713987d..c44363bab2d 100644 --- a/xpfe/appshell/src/nsAppShellService.cpp +++ b/xpfe/appshell/src/nsAppShellService.cpp @@ -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 newWindow;