bug:66729
sr=waterson r=akkana Change PRUint32 to PRInt32. git-svn-id: svn://10.0.0.236/trunk@85772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5409ddeb54
commit
e3c8a91a97
@ -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;
|
||||
|
||||
//
|
||||
|
||||
@ -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;
|
||||
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user