Bug 1394300 - Streamline nsElementTable.cpp

Tag #1375
This commit is contained in:
Matt A. Tobin
2020-04-17 06:14:58 -04:00
parent e482e335bb
commit 071957f9fa
2 changed files with 158 additions and 589 deletions
+3 -1
View File
@@ -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[];