diff options
author | Jan Horak <jhorak@redhat.com> | 2016-07-27 10:41:40 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2016-07-27 10:41:40 +0200 |
commit | 2b8c1873029e6cd6fa7ab1e7558d180d01fe737b (patch) | |
tree | 9ddf9623f52af06ec5bef603ca160f0c5cbf991c | |
parent | Bump release, added changelog for previous change (diff) | |
download | librewolf-fedora-ff-2b8c1873029e6cd6fa7ab1e7558d180d01fe737b.tar.gz librewolf-fedora-ff-2b8c1873029e6cd6fa7ab1e7558d180d01fe737b.tar.bz2 librewolf-fedora-ff-2b8c1873029e6cd6fa7ab1e7558d180d01fe737b.zip |
Backported negotiate patch
-rw-r--r-- | mozilla-890908-async-nego.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mozilla-890908-async-nego.patch b/mozilla-890908-async-nego.patch index 65ec42c..9a8ec77 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 mozilla::Runnable ++class GetNextTokenRunnable final : public nsRunnable +{ + virtual ~GetNextTokenRunnable() {} + public: |