Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones with hyphen).

Regen.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-18 22:51:56 -05:00 committed by Roy Tam
commit e846da116e
6 changed files with 280 additions and 262 deletions

View file

@ -278,6 +278,7 @@ class nsHtml5Tokenizer
protected:
bool endTag;
private:
bool containsHyphen;
nsHtml5ElementName* tagName;
nsHtml5ElementName* nonInternedTagName;
protected: