зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Remove a stray semicolon
This commit is contained in:
Родитель
82fdf2f606
Коммит
9e242a759d
|
@ -45,7 +45,7 @@ private:
|
|||
// File handle for the temporary file
|
||||
PRFileDesc* mFD;
|
||||
// Used to protect the mEncodedBuffer for avoiding AppendBuffer/Consume on different thread at the same time.
|
||||
Mutex mMutex;;
|
||||
Mutex mMutex;
|
||||
// the current buffer size can be read
|
||||
uint64_t mDataSize;
|
||||
// The maximal buffer allowed in memory
|
||||
|
|
Загрузка…
Ссылка в новой задаче