summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-04 11:15:48 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-04 11:15:48 -0400
commit58c28f62226cff0c897ed608fb74134e4ebd1602 (patch)
tree7f730c1d1e7970d77c9595d8333f43fcdd9c874d /librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.tar.gz
stackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.tar.bz2
stackrpms-58c28f62226cff0c897ed608fb74134e4ebd1602.zip
lw 102.0 rc1
Diffstat (limited to 'librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch')
-rw-r--r--librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch b/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
index 3f8814a..480b434 100644
--- a/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
+++ b/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
@@ -7,10 +7,10 @@ Subject: Use the Mozilla Location Service key when the Google Key is not there
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
-index 9db483d..b74cb4d 100644
+index db545cd..71fb01f 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
-@@ -3690,7 +3690,7 @@ pref("network.psl.onUpdate_notify", false);
+@@ -3555,7 +3555,7 @@ pref("network.psl.onUpdate_notify", false);
// All the Geolocation preferences are here.
//
bgstack15