necko-copacetic version of last checkin

This commit is contained in:
danm%netscape.com 1999-07-21 02:58:26 +00:00
Родитель c0b6e62e18
Коммит f8875221d4
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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;