From 425ae2f19fc3b50b3b4ae3dab8efb9e6410e3c29 Mon Sep 17 00:00:00 2001 From: "heikki%netscape.com" Date: Thu, 26 Apr 2001 20:46:17 +0000 Subject: [PATCH] Forgot a file, fix bustage. git-svn-id: svn://10.0.0.236/trunk@93178 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsIParser.h | 2 ++ mozilla/parser/htmlparser/src/nsIParser.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/htmlparser/src/nsIParser.h b/mozilla/htmlparser/src/nsIParser.h index 2e81dab008c..9dfba85e56e 100644 --- a/mozilla/htmlparser/src/nsIParser.h +++ b/mozilla/htmlparser/src/nsIParser.h @@ -350,6 +350,8 @@ const PRUnichar kNullCh = '\0'; #define kHTMLTextContentType "text/html" #define kXMLTextContentType "text/xml" +#define kXMLApplicationContentType "application/xml" +#define kXHTMLApplicationContentType "application/xhtml+xml" #define kXULTextContentType "application/vnd.mozilla.xul+xml" #define kRDFTextContentType "text/rdf" #define kXIFTextContentType "text/xif" diff --git a/mozilla/parser/htmlparser/src/nsIParser.h b/mozilla/parser/htmlparser/src/nsIParser.h index 2e81dab008c..9dfba85e56e 100644 --- a/mozilla/parser/htmlparser/src/nsIParser.h +++ b/mozilla/parser/htmlparser/src/nsIParser.h @@ -350,6 +350,8 @@ const PRUnichar kNullCh = '\0'; #define kHTMLTextContentType "text/html" #define kXMLTextContentType "text/xml" +#define kXMLApplicationContentType "application/xml" +#define kXHTMLApplicationContentType "application/xhtml+xml" #define kXULTextContentType "application/vnd.mozilla.xul+xml" #define kRDFTextContentType "text/rdf" #define kXIFTextContentType "text/xif"