Issue #1288 - Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp

Fixes a regression in Part 1b which caused HTML5 parser to fall off the main thread.
This commit is contained in:
Gaming4JC 2019-11-16 19:09:22 -05:00 committed by Roy Tam
commit eb555aaa47

View file

@ -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
{