summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/nsElementTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser/htmlparser/nsElementTable.h')
-rw-r--r--parser/htmlparser/nsElementTable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/parser/htmlparser/nsElementTable.h b/parser/htmlparser/nsElementTable.h
index a4b78c09e..28d2fa532 100644
--- a/parser/htmlparser/nsElementTable.h
+++ b/parser/htmlparser/nsElementTable.h
@@ -80,12 +80,14 @@ inline bool TestBits(int aBitset,int aTest) {
struct nsHTMLElement {
bool IsMemberOf(int32_t aType) const;
+#ifdef DEBUG
eHTMLTags mTagID;
+#endif
int mParentBits; //defines groups that can contain this element
bool mLeaf;
static bool IsContainer(eHTMLTags aTag);
-};
+};
extern const nsHTMLElement gHTMLElements[];