268ae0028c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/firefox#c8daf71be4963daab37d810024e0a6e7f04cf2dd
13 lines
635 B
Diff
13 lines
635 B
Diff
diff -up firefox-75.0/intl/locale/LocaleService.cpp.locale-debug firefox-75.0/intl/locale/LocaleService.cpp
|
|
--- firefox-75.0/intl/locale/LocaleService.cpp.locale-debug 2020-04-06 22:42:20.196799809 +0200
|
|
+++ firefox-75.0/intl/locale/LocaleService.cpp 2020-04-06 22:43:02.522530317 +0200
|
|
@@ -372,8 +372,6 @@ LocaleService::GetDefaultLocale(nsACStri
|
|
// just use our hard-coded default below.
|
|
GetGREFileContents("update.locale", &locale);
|
|
locale.Trim(" \t\n\r");
|
|
- // This should never be empty.
|
|
- MOZ_ASSERT(!locale.IsEmpty());
|
|
if (CanonicalizeLanguageId(locale)) {
|
|
mDefaultLocale.Assign(locale);
|
|
}
|