mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #2676 - Don't keep AbortController alive for AbortSignal
This commit is contained in:
parent
624ff30bfc
commit
949e3f0ac6
3 changed files with 5 additions and 11 deletions
|
|
@ -73,7 +73,7 @@ AbortSignal*
|
|||
AbortController::Signal()
|
||||
{
|
||||
if (!mSignal) {
|
||||
mSignal = new AbortSignal(this, mAborted);
|
||||
mSignal = new AbortSignal(mGlobal, mAborted);
|
||||
}
|
||||
|
||||
return mSignal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue