Bug 1395355 - Typo preventing locale distribution engines from loading. r=gandalf

MozReview-Commit-ID: DerafUV5lNA

--HG--
extra : rebase_source : 33283085571e5fd68cdff50eb7fc1ef5ca0d925c
This commit is contained in:
Michael Kaply 2017-08-30 17:15:55 -05:00
parent 29f6ebe13f
commit 19e1e017dc

View File

@ -113,7 +113,7 @@ DirectoryProvider.prototype = {
return;
let curLocale = "";
let reqLocales = Services.locales.getRequestedLocales();
let reqLocales = Services.locale.getRequestedLocales();
if (reqLocales.length > 0) {
curLocale = reqLocales[0];
}