Bug 1486573 - Track changes to nsPipeOutputStream writer count, r=froydnj.

--HG--
extra : rebase_source : f6a62ea3572e29424851c29c5b9526aab9d29bf5
This commit is contained in:
Brian Hackett 2018-08-31 05:26:27 -10:00
Родитель 90a7d3e20d
Коммит 4d3ad5a928
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -283,7 +283,7 @@ private:
nsPipe* mPipe;
// separate refcnt so that we know when to close the producer
mozilla::ThreadSafeAutoRefCnt mWriterRefCnt;
ThreadSafeAutoRefCntWithRecording<recordreplay::Behavior::Preserve> mWriterRefCnt;
int64_t mLogicalOffset;
bool mBlocking;