summaryrefslogtreecommitdiff
path: root/firefox-locale-debug.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-15 10:46:39 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-15 10:46:39 +0100
commitf2ad3b929ec5e395c346704114dd27ffaea94dc5 (patch)
treea002b3c4e72c6803ff5d1b12dc4f395d2a127bdb /firefox-locale-debug.patch
parentMerge branch 'master' into f28 (diff)
parentUpdated to latest upstream (63.0.3) (diff)
downloadlibrewolf-fedora-ff-f2ad3b929ec5e395c346704114dd27ffaea94dc5.tar.gz
librewolf-fedora-ff-f2ad3b929ec5e395c346704114dd27ffaea94dc5.tar.bz2
librewolf-fedora-ff-f2ad3b929ec5e395c346704114dd27ffaea94dc5.zip
Merge branch 'master' into f28
Diffstat (limited to 'firefox-locale-debug.patch')
-rw-r--r--firefox-locale-debug.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/firefox-locale-debug.patch b/firefox-locale-debug.patch
new file mode 100644
index 0000000..0a481cb
--- /dev/null
+++ b/firefox-locale-debug.patch
@@ -0,0 +1,11 @@
+diff -up firefox-63.0.1/intl/locale/LocaleService.cpp.old firefox-63.0.1/intl/locale/LocaleService.cpp
+--- firefox-63.0.1/intl/locale/LocaleService.cpp.old 2018-11-14 13:34:16.338285161 +0100
++++ firefox-63.0.1/intl/locale/LocaleService.cpp 2018-11-14 13:34:21.438270308 +0100
+@@ -708,7 +708,6 @@ LocaleService::GetDefaultLocale(nsACStri
+ GetGREFileContents("update.locale", &locale);
+ locale.Trim(" \t\n\r");
+ // This should never be empty.
+- MOZ_ASSERT(!locale.IsEmpty());
+ if (SanitizeForBCP47(locale, true)) {
+ mDefaultLocale.Assign(locale);
+ }
bgstack15