summaryrefslogtreecommitdiff
path: root/mozilla-890908-async-nego.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-09-08 13:37:25 +0200
committerMartin Stransky <stransky@redhat.com>2016-09-08 13:37:25 +0200
commit358c2b48a3d9838d8e3252039586a0ca1abdcb01 (patch)
treed2d7f6bc6a233d417e0f5fb4bd291e3aaaa35196 /mozilla-890908-async-nego.patch
parentAdded translations for .desktop file actions (diff)
downloadlibrewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.tar.gz
librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.tar.bz2
librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.zip
Update to 49.0
Diffstat (limited to 'mozilla-890908-async-nego.patch')
-rw-r--r--mozilla-890908-async-nego.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/mozilla-890908-async-nego.patch b/mozilla-890908-async-nego.patch
index 9a8ec77..65ec42c 100644
--- a/mozilla-890908-async-nego.patch
+++ b/mozilla-890908-async-nego.patch
@@ -125,7 +125,7 @@ diff -up firefox-48.0/extensions/auth/nsHttpNegotiateAuth.cpp.890908-async-nego
+// This runnable is created by GenerateCredentialsAsync and it runs
+// in nsHttpNegotiateAuth::mNegotiateThread and calling GenerateCredentials.
+//
-+class GetNextTokenRunnable final : public nsRunnable
++class GetNextTokenRunnable final : public mozilla::Runnable
+{
+ virtual ~GetNextTokenRunnable() {}
+ public:
bgstack15