зеркало из https://github.com/mozilla/pjs.git
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
This commit is contained in:
Родитель
6cfa13f951
Коммит
74c7651f64
|
@ -1058,7 +1058,7 @@ InternetSearchDataSource::GetTarget(nsIRDFResource *source,
|
|||
if (NS_SUCCEEDED(rv) && stringService) {
|
||||
|
||||
nsCOMPtr<nsIStringBundle> bundle;
|
||||
rv = stringService->CreateBundle(SEARCH_PROPERTIES, nsnull, getter_AddRefs(bundle));
|
||||
rv = stringService->CreateBundle(SEARCH_PROPERTIES, getter_AddRefs(bundle));
|
||||
if (NS_SUCCEEDED(rv) && bundle) {
|
||||
|
||||
nsXPIDLString valUni;
|
||||
|
|
Загрузка…
Ссылка в новой задаче