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:
Brian Smith 2023-09-29 09:25:52 -05:00 committed by roytam1
commit b1a12de924
3 changed files with 11 additions and 7 deletions

View file

@ -125,8 +125,6 @@ private:
nsCOMPtr<nsIAsyncInputStream> mInputStream;
UniquePtr<workers::WorkerHolder> mWorkerHolder;
JS::Heap<JSObject*> mReadableStream;
};
} // dom namespace