mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
bug 17120, can't startup if cookie dll missing, r=valeski
This commit is contained in:
parent
5bee4e9da7
commit
81dc856fe7
@ -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