diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-23 10:31:39 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-23 10:31:39 +0100 |
commit | cd5875a817d399f45dd271788820dbd224e251b3 (patch) | |
tree | e93e4d32675746905325c0f4771882a6ccdcc113 /firefox-locale-debug.patch | |
parent | Merge branch 'main' into f34 (diff) | |
parent | Updated to 87.0 (diff) | |
download | librewolf-fedora-ff-cd5875a817d399f45dd271788820dbd224e251b3.tar.gz librewolf-fedora-ff-cd5875a817d399f45dd271788820dbd224e251b3.tar.bz2 librewolf-fedora-ff-cd5875a817d399f45dd271788820dbd224e251b3.zip |
Merge branch 'main' into f34
Diffstat (limited to 'firefox-locale-debug.patch')
-rw-r--r-- | firefox-locale-debug.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/firefox-locale-debug.patch b/firefox-locale-debug.patch deleted file mode 100644 index 35de02f..0000000 --- a/firefox-locale-debug.patch +++ /dev/null @@ -1,12 +0,0 @@ -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); - } |