bug 46989, cookies don't work if components.reg is missing, r=dougt

git-svn-id: svn://10.0.0.236/trunk@76153 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
2000-08-11 21:51:52 +00:00
parent 034f671d83
commit ad18cdd128
2 changed files with 10 additions and 8 deletions

View File

@@ -133,14 +133,6 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService,
mSplashScreen = do_QueryInterface( aNativeAppSupportOrSplashScreen );
}
// Create the Event Queue for the UI thread...
NS_WITH_SERVICE(nsIEventQueueService, eventQService, kEventQueueServiceCID,
&rv);
if (NS_OK == rv) {
// XXX: What if this fails?
rv = eventQService->CreateThreadEventQueue();
}
NS_WITH_SERVICE(nsIMetaCharsetService, metacharset, kMetaCharsetCID, &rv);
if(NS_FAILED(rv)) {
goto done;