Bug 1660555 - Let AbortSignal grab strong references to its followers r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D136447
This commit is contained in:
@@ -909,6 +909,7 @@ void FetchDriver::FailWithNetworkError(nsresult rv) {
|
||||
}
|
||||
|
||||
mChannel = nullptr;
|
||||
Unfollow();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
@@ -1438,6 +1439,7 @@ void FetchDriver::FinishOnStopRequest(
|
||||
}
|
||||
|
||||
mChannel = nullptr;
|
||||
Unfollow();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
Reference in New Issue
Block a user