Bug 1686616 - make StringBundle use Components instead of Services. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D105531
This commit is contained in:
@@ -111,7 +111,7 @@ class BundleHelper {
|
||||
nsIStringBundle* GetOrCreateInternal() {
|
||||
if (!mBundle) {
|
||||
nsCOMPtr<nsIStringBundleService> bundleService =
|
||||
mozilla::services::GetStringBundleService();
|
||||
mozilla::components::StringBundle::Service();
|
||||
if (NS_WARN_IF(!bundleService)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user