diff --git a/mozilla/netwerk/base/src/nsSocketTransport.h b/mozilla/netwerk/base/src/nsSocketTransport.h index d633bc153a6..5c36ca7b07d 100644 --- a/mozilla/netwerk/base/src/nsSocketTransport.h +++ b/mozilla/netwerk/base/src/nsSocketTransport.h @@ -228,8 +228,8 @@ protected: PRInt32 mWriteCount; nsCOMPtr 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