mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #1442 - Part 20 - FetchStream should not have an extra JS::Heap<ReadableStream>. https://bugzilla.mozilla.org/show_bug.cgi?id=1390717
This commit is contained in:
parent
0e1efcb273
commit
b1a12de924
3 changed files with 11 additions and 7 deletions
|
|
@ -125,8 +125,6 @@ private:
|
|||
nsCOMPtr<nsIAsyncInputStream> mInputStream;
|
||||
|
||||
UniquePtr<workers::WorkerHolder> mWorkerHolder;
|
||||
|
||||
JS::Heap<JSObject*> mReadableStream;
|
||||
};
|
||||
|
||||
} // dom namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue