summaryrefslogtreecommitdiff
path: root/firefox-locale-debug.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-15 10:46:10 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-15 10:46:10 +0100
commit66f0419bce4100f21684e5e4eb006f904fb5a558 (patch)
treea002b3c4e72c6803ff5d1b12dc4f395d2a127bdb /firefox-locale-debug.patch
parentFixed debug builds, Fixed warnings at Wayland clipboard code (diff)
downloadlibrewolf-fedora-ff-66f0419bce4100f21684e5e4eb006f904fb5a558.tar.gz
librewolf-fedora-ff-66f0419bce4100f21684e5e4eb006f904fb5a558.tar.bz2
librewolf-fedora-ff-66f0419bce4100f21684e5e4eb006f904fb5a558.zip
Updated to latest upstream (63.0.3)
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