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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user