bug 316186: Fix stupid numbering botch in the view source DTD. The

compiler does such a better job anyway. r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@184549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2005-11-13 19:19:49 +00:00
parent 228e7d12be
commit def9182fe6

View File

@@ -214,16 +214,16 @@ public:
enum {
kStartTag = 0,
kEndTag = 1,
kComment = 2,
kCData = 3,
kDoctype = 4,
kPI = 5,
kEntity = 6,
kText = 7,
kAttributeName = 8,
kAttributeValue = 9,
kMarkupDecl = 12
kEndTag,
kComment,
kCData,
kDoctype,
kPI,
kEntity,
kText,
kAttributeName,
kAttributeValue,
kMarkupDecl
};
static const char* const kElementClasses[] = {