mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Make reuseCount to be PRUint32
This commit is contained in:
parent
143cd8b917
commit
9403c0be2c
@ -228,8 +228,8 @@ protected:
|
||||
PRInt32 mWriteCount;
|
||||
nsCOMPtr<nsISupports> mWriteContext;
|
||||
PRInt32 mBytesExpected;
|
||||
PRInt32 mReuseCount;
|
||||
PRInt32 mLastReuseCount;
|
||||
PRUint32 mReuseCount;
|
||||
PRUint32 mLastReuseCount;
|
||||
|
||||
// The following four members are used when AsyncWrite(...) is called
|
||||
// with an nsIInputStream which does not also support the
|
||||
|
Loading…
Reference in New Issue
Block a user