mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
obvious ommision from my earlier checkin for bug 80544. patch=bienvenu, sr=darin
This commit is contained in:
parent
c5c66500ec
commit
87ff95225d
@ -54,7 +54,7 @@ public:
|
||||
nsresult GetHeader(nsHttpAtom h, char **v) { return mHeaders.GetHeader(h, v); }
|
||||
void ClearHeaders() { mHeaders.Clear(); }
|
||||
|
||||
nsresult SetContentType(const char *s) { mContentType = s; }
|
||||
nsresult SetContentType(const char *s) { mContentType = s; return NS_OK; }
|
||||
|
||||
// write out the response status line and headers as a single text block,
|
||||
// optionally pruning out transient headers (ie. headers that only make
|
||||
|
Loading…
Reference in New Issue
Block a user