mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 1754912 - Root ReadableStreamBYOBReadResult. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D138565
This commit is contained in:
parent
24402f03bc
commit
8fd8ae0f82
@ -108,7 +108,7 @@ struct Read_ReadIntoRequest final : public ReadIntoRequest {
|
||||
return;
|
||||
}
|
||||
|
||||
ReadableStreamBYOBReadResult result;
|
||||
RootedDictionary<ReadableStreamBYOBReadResult> result(aCx);
|
||||
result.mValue.Construct();
|
||||
result.mValue.Value().Init(chunk);
|
||||
result.mDone.Construct(false);
|
||||
|
Loading…
Reference in New Issue
Block a user