bug:66729
sr=waterson r=akkana Change PRUint32 to PRInt32.
This commit is contained in:
@@ -3598,8 +3598,8 @@ nsPluginHostImpl::AddHeadersToChannel(const char *aHeadersData,
|
||||
nsCAutoString oneHeader;
|
||||
nsCAutoString headerName;
|
||||
nsCAutoString headerValue;
|
||||
PRUint32 crlf = 0;
|
||||
PRUint32 colon = 0;
|
||||
PRInt32 crlf = 0;
|
||||
PRInt32 colon = 0;
|
||||
nsIAtom *headerAtom;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user