summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1408005
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/firefox/files/patch-bug140800525
1 files changed, 0 insertions, 25 deletions
diff --git a/www/firefox/files/patch-bug1408005 b/www/firefox/files/patch-bug1408005
deleted file mode 100644
index fafa9861305d..000000000000
--- a/www/firefox/files/patch-bug1408005
+++ /dev/null
@@ -1,25 +0,0 @@
-commit 988e61cc6282
-Author: Andrew McCreight <continuation@gmail.com>
-Date: Mon Oct 23 10:18:42 2017 -0400
-
- Bug 1408005 - Clear gApplicationReputationService in the dtor. r=francois, a=abillings
-
- --HG--
- extra : source : 1613834d8d1145200886a039f733b1e066c63cbd
----
- toolkit/components/downloads/ApplicationReputation.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git toolkit/components/downloads/ApplicationReputation.cpp toolkit/components/downloads/ApplicationReputation.cpp
-index b19841d8235d..18bc3b71728d 100644
---- toolkit/components/downloads/ApplicationReputation.cpp
-+++ toolkit/components/downloads/ApplicationReputation.cpp
-@@ -1576,6 +1576,8 @@ ApplicationReputationService::ApplicationReputationService()
-
- ApplicationReputationService::~ApplicationReputationService() {
- LOG(("Application reputation service shutting down"));
-+ MOZ_ASSERT(gApplicationReputationService == this);
-+ gApplicationReputationService = nullptr;
- }
-
- NS_IMETHODIMP