bug 17120, can't startup if cookie dll missing, r=valeski
git-svn-id: svn://10.0.0.236/trunk@52003 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
32be2053bd
commit
cfdf03bc1a
@ -573,11 +573,6 @@ static nsresult main1(int argc, char* argv[])
|
||||
NS_WITH_SERVICE(nsICookieService, cookieService, kCookieServiceCID, &rv);
|
||||
// quiet the compiler
|
||||
(void)cookieService;
|
||||
#ifndef XP_MAC
|
||||
// Until the cookie manager actually exists on the Mac we don't want to bail here
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
#endif // XP_MAC
|
||||
|
||||
// Enumerate AppShellComponenets
|
||||
appShell->EnumerateAndInitializeComponents();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user