diff --git a/mozilla/parser/htmlparser/src/nsViewSourceHTML.cpp b/mozilla/parser/htmlparser/src/nsViewSourceHTML.cpp
index 00df41e6df1..3d704f759bd 100644
--- a/mozilla/parser/htmlparser/src/nsViewSourceHTML.cpp
+++ b/mozilla/parser/htmlparser/src/nsViewSourceHTML.cpp
@@ -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[] = {