correct location of hiddenWindow.xul
git-svn-id: svn://10.0.0.236/trunk@42665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -285,9 +285,9 @@ void nsAppShellService::CreateHiddenWindow()
|
||||
nsIURI* url = nsnull;
|
||||
|
||||
#ifndef NECKO
|
||||
rv = NS_NewURL(&url, "chrome://navigator/content/hiddenWindow.xul");
|
||||
rv = NS_NewURL(&url, "chrome://global/content/hiddenWindow.xul");
|
||||
#else
|
||||
rv = NS_NewURI(&url, "chrome://navigator/content/hiddenWindow.xul");
|
||||
rv = NS_NewURI(&url, "chrome://global/content/hiddenWindow.xul");
|
||||
#endif
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
nsCOMPtr<nsIWebShellWindow> newWindow;
|
||||
|
||||
Reference in New Issue
Block a user