summaryrefslogtreecommitdiff
path: root/mozilla-1679933.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-02-24 12:39:29 +0100
committerMartin Stransky <stransky@redhat.com>2021-02-24 12:39:29 +0100
commit5f5997630b7c54c52469e15a8a6b2d6e230559a1 (patch)
tree534bba722aa6348a46b7f1b3323b4ea2bf798e57 /mozilla-1679933.patch
parentMerge branch 'main' into f33 (diff)
downloadlibrewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.gz
librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.bz2
librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.zip
Updated to 86.0
Diffstat (limited to 'mozilla-1679933.patch')
-rw-r--r--mozilla-1679933.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/mozilla-1679933.patch b/mozilla-1679933.patch
deleted file mode 100644
index f49a24c..0000000
--- a/mozilla-1679933.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/netwerk/base/nsNetUtil.cpp b/netwerk/base/nsNetUtil.cpp
---- a/netwerk/base/nsNetUtil.cpp
-+++ b/netwerk/base/nsNetUtil.cpp
-@@ -2714,9 +2714,8 @@
- MOZ_ASSERT(XRE_IsParentProcess());
- MOZ_ASSERT(NS_IsMainThread());
-
-- nsresult rv;
-- nsCOMPtr<nsISupports> psm = do_GetService(PSM_COMPONENT_CONTRACTID, &rv);
-- MOZ_ASSERT(NS_SUCCEEDED(rv));
-+ DebugOnly<bool> rv = EnsureNSSInitializedChromeOrContent();
-+ MOZ_ASSERT(rv);
-
- #ifndef MOZ_NEW_CERT_STORAGE
- nsCOMPtr<nsISupports> cbl = do_GetService(NS_CERTBLOCKLIST_CONTRACTID);
-
bgstack15