Prevent Fetch Request/Response from leaking mSignal

This commit is contained in:
Amelia Hart 2023-06-29 19:57:07 +02:00 committed by wuggy
commit 9c5e5745ee
3 changed files with 5 additions and 2 deletions

View file

@ -31,6 +31,7 @@ public:
void
Unfollow();
/* Should this be WeakRef? */
RefPtr<AbortSignal> mFollowingSignal;
};