mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
Changed status from nsresult to PRUint32.
This commit is contained in:
parent
dcc7e5ff9e
commit
b778e933c4
@ -48,7 +48,7 @@ interface nsIHTTPChannel : nsIChannel
|
||||
*/
|
||||
string GetResponseHeader(in string headerName);
|
||||
|
||||
readonly attribute nsresult ResponseStatus;
|
||||
readonly attribute unsigned long ResponseStatus;
|
||||
|
||||
readonly attribute string ResponseString;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user