mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones with hyphen).
Regen. Tag UXP Issue #1344
This commit is contained in:
parent
c7ff832ca7
commit
e846da116e
6 changed files with 280 additions and 262 deletions
|
|
@ -186,6 +186,7 @@ class nsHtml5ElementName
|
|||
}
|
||||
|
||||
static nsHtml5ElementName* ELT_ISINDEX;
|
||||
static nsHtml5ElementName* ELT_ANNOTATION_XML;
|
||||
static nsHtml5ElementName* ELT_AND;
|
||||
static nsHtml5ElementName* ELT_ARG;
|
||||
static nsHtml5ElementName* ELT_ABS;
|
||||
|
|
@ -387,7 +388,6 @@ class nsHtml5ElementName
|
|||
static nsHtml5ElementName* ELT_TBREAK;
|
||||
static nsHtml5ElementName* ELT_TRACK;
|
||||
static nsHtml5ElementName* ELT_DL;
|
||||
static nsHtml5ElementName* ELT_ANNOTATION_XML;
|
||||
static nsHtml5ElementName* ELT_CSYMBOL;
|
||||
static nsHtml5ElementName* ELT_CURL;
|
||||
static nsHtml5ElementName* ELT_FACTORIAL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue