Think-o from bug 237745, this should fix the TXul test, r=timeless sr=stupidity

This commit is contained in:
bsmedberg%covad.net 2004-10-30 05:48:37 +00:00
parent 4b2a7d9acc
commit 23695e1ff9

View File

@ -1780,7 +1780,7 @@ NS_IMETHODIMP nsXULWindow::CreateNewContentWindow(PRInt32 aChromeFlags,
if(browserChrome)
browserChrome->SetChromeFlags(aChromeFlags);
nsCOMPtr<nsIAppShell> subShell(do_CreateInstance(NS_APPSHELLSERVICE_CONTRACTID));
nsCOMPtr<nsIAppShell> subShell(do_CreateInstance(kAppShellCID));
NS_ENSURE_TRUE(subShell, NS_ERROR_FAILURE);
subShell->Create(0, nsnull);