diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2019-08-11 00:49:33 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2019-08-11 00:49:33 +0000 |
| commit | 985731abc9adfa215c66fe779c3504a78d38bac8 (patch) | |
| tree | 13b46c5f5f28986b24c5d991197fc3f27712eda0 /mail/thunderbird/files/patch-bug1456556 | |
| parent | lang/rust-nightly: update to 1.38.0.20190811 (diff) | |
mail/thunderbird: update to 68.0
Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/
Notes
Notes:
svn path=/head/; revision=508581
Diffstat (limited to 'mail/thunderbird/files/patch-bug1456556')
| -rw-r--r-- | mail/thunderbird/files/patch-bug1456556 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/thunderbird/files/patch-bug1456556 b/mail/thunderbird/files/patch-bug1456556 deleted file mode 100644 index d7f3b4f690c5..000000000000 --- a/mail/thunderbird/files/patch-bug1456556 +++ /dev/null @@ -1,22 +0,0 @@ -commit f6fc0b418aa3 -Author: Andrea Marchesini <amarchesini@mozilla.com> -Date: Tue May 1 08:47:13 2018 +0200 - - Bug 1456556 - FetchConsumer scope-exit RAII must grab 'self' by value, r=erahm ---- - dom/fetch/FetchConsumer.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git dom/fetch/FetchConsumer.cpp dom/fetch/FetchConsumer.cpp -index 134bf7f2e703a..3c3687fea1d5a 100644 ---- dom/fetch/FetchConsumer.cpp -+++ dom/fetch/FetchConsumer.cpp -@@ -560,7 +560,7 @@ void FetchBodyConsumer<Derived>::ContinueConsumeBody(n - - RefPtr<FetchBodyConsumer<Derived>> self = this; - auto autoReleaseObject = -- mozilla::MakeScopeExit([&] { self->ReleaseObject(); }); -+ mozilla::MakeScopeExit([self] { self->ReleaseObject(); }); - - if (aShuttingDown) { - // If shutting down, we don't want to resolve any promise. |
