mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
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:
parent
084ac5f020
commit
eb555aaa47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue