Changing this to use the TEXT_PLAIN define instead of the string
"text/plain". r=shaver, a=waterson. git-svn-id: svn://10.0.0.236/trunk@61481 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user