summaryrefslogtreecommitdiff
path: root/parser/html/nsHtml5ElementName.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-18 22:51:56 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:41 -0500
commitbec4d0ecdc2576e09b02baaf24961e70dceec605 (patch)
treec2f7783887302a6aa00afee23611a81c39c76b9e /parser/html/nsHtml5ElementName.h
parent1ef7d175288dd3a32f290f2931a2551327e7909a (diff)
downloaduxp-bec4d0ecdc2576e09b02baaf24961e70dceec605.tar.gz
Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones with hyphen).
Regen. Tag UXP Issue #1344
Diffstat (limited to 'parser/html/nsHtml5ElementName.h')
-rw-r--r--parser/html/nsHtml5ElementName.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/html/nsHtml5ElementName.h b/parser/html/nsHtml5ElementName.h
index 737ac6b18d..89ca549c56 100644
--- a/parser/html/nsHtml5ElementName.h
+++ b/parser/html/nsHtml5ElementName.h
@@ -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;