Bug 1625749 - Make sure PartiallySeekableInputStream initializes all its members. r=kershaw

Depends on D70919

Differential Revision: https://phabricator.services.mozilla.com/D70926
This commit is contained in:
Valentin Gosu 2020-04-14 19:52:13 +00:00
Родитель 0b2e4bafd9
Коммит f3ca5aa03c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,8 @@ PartiallySeekableInputStream::PartiallySeekableInputStream(
mWeakCloneableInputStream(nullptr),
mWeakIPCSerializableInputStream(nullptr),
mWeakAsyncInputStream(nullptr),
mWeakInputStreamLength(nullptr),
mWeakAsyncInputStreamLength(nullptr),
mCachedBuffer(aClonedFrom->mCachedBuffer),
mBufferSize(aClonedFrom->mBufferSize),
mPos(aClonedFrom->mPos),