зеркало из https://github.com/mozilla/gecko-dev.git
turing off assert until warren and I can take a closer look. r=mccabe.
This commit is contained in:
Родитель
7226bc7257
Коммит
8b24f3a078
|
@ -885,8 +885,9 @@ nsFileTransport::Process(void)
|
|||
("nsFileTransport: END_READ [this=%x %s] status=%x",
|
||||
this, (const char*)mSpec, mStatus));
|
||||
|
||||
#if defined (DEBUG_dougt) || defined (DEBUG_warren)
|
||||
NS_ASSERTION(mTransferAmount <= 0 || NS_FAILED(mStatus), "didn't transfer all the data");
|
||||
|
||||
#endif
|
||||
mBufferOutputStream->Flush();
|
||||
mBufferOutputStream = null_nsCOMPtr();
|
||||
mBufferInputStream = null_nsCOMPtr();
|
||||
|
|
Загрузка…
Ссылка в новой задаче