diff options
author | Moonchild <moonchild@palemoon.org> | 2019-11-17 10:02:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 10:02:57 +0000 |
commit | 8a64845aa527d2d3370ee73a1e17b7327f00d6ed (patch) | |
tree | 29f1afcebf95388c50bc7741a55bffa907b47de7 | |
parent | 556349010e01d0a3b7896f858d503781ea837b46 (diff) | |
parent | 2f4fdced51346e80d760c5bbcb0b3b4690f4ce7d (diff) | |
download | UXP-8a64845aa527d2d3370ee73a1e17b7327f00d6ed.tar UXP-8a64845aa527d2d3370ee73a1e17b7327f00d6ed.tar.gz UXP-8a64845aa527d2d3370ee73a1e17b7327f00d6ed.tar.lz UXP-8a64845aa527d2d3370ee73a1e17b7327f00d6ed.tar.xz UXP-8a64845aa527d2d3370ee73a1e17b7327f00d6ed.zip |
Merge pull request #1294 from g4jc/bug_1288
Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp
-rw-r--r-- | netwerk/protocol/http/HttpBaseChannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/http/HttpBaseChannel.cpp b/netwerk/protocol/http/HttpBaseChannel.cpp index 86e177e71..568ef3012 100644 --- a/netwerk/protocol/http/HttpBaseChannel.cpp +++ b/netwerk/protocol/http/HttpBaseChannel.cpp @@ -897,7 +897,7 @@ public: InterceptFailedOnStop(nsIStreamListener *arg, HttpBaseChannel *chan) : mNext(arg) , mChannel(chan) {} - NS_DECL_ISUPPORTS + NS_DECL_THREADSAFE_ISUPPORTS NS_IMETHOD OnStartRequest(nsIRequest *aRequest, nsISupports *aContext) override { |