bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
git-svn-id: svn://10.0.0.236/trunk@170385 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2798,7 +2798,7 @@ nsresult nsScriptSecurityManager::Init()
|
||||
nsCOMPtr<nsIStringBundleService> bundleService = do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
rv = bundleService->CreateBundle("chrome://communicator/locale/security/caps.properties", &sStrBundle);
|
||||
rv = bundleService->CreateBundle("chrome://global/locale/security/caps.properties", &sStrBundle);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
//-- Register security check callback in the JS engine
|
||||
|
||||
Reference in New Issue
Block a user