mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Changing this to use the TEXT_PLAIN define instead of the string
"text/plain". r=shaver, a=waterson.
This commit is contained in:
parent
60daa8a8d1
commit
4cac20b614
@ -29,6 +29,7 @@
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsISocketTransportService.h"
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsMimeTypes.h"
|
||||
|
||||
static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID);
|
||||
|
||||
@ -263,7 +264,7 @@ nsFingerChannel::SetLoadAttributes(PRUint32 aLoadAttributes)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#define FINGER_TYPE "text/plain"
|
||||
#define FINGER_TYPE TEXT_PLAIN
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsFingerChannel::GetContentType(char* *aContentType) {
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsISocketTransportService.h"
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsMimeTypes.h"
|
||||
|
||||
static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID);
|
||||
|
||||
@ -263,7 +264,7 @@ nsFingerChannel::SetLoadAttributes(PRUint32 aLoadAttributes)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#define FINGER_TYPE "text/plain"
|
||||
#define FINGER_TYPE TEXT_PLAIN
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsFingerChannel::GetContentType(char* *aContentType) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user