diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-18 16:08:45 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:36 -0500 |
commit | e5557d43d6934918c018a527f3bae1f7049b9ef1 (patch) | |
tree | ff494bb15bd1031f8c5b3a2d6550f6d9b5304e33 /parser/html/nsHtml5ElementName.h | |
parent | 650f6b5eb31dfe6c60da16d1498f8cc3efac4dfa (diff) | |
download | UXP-e5557d43d6934918c018a527f3bae1f7049b9ef1.tar UXP-e5557d43d6934918c018a527f3bae1f7049b9ef1.tar.gz UXP-e5557d43d6934918c018a527f3bae1f7049b9ef1.tar.lz UXP-e5557d43d6934918c018a527f3bae1f7049b9ef1.tar.xz UXP-e5557d43d6934918c018a527f3bae1f7049b9ef1.zip |
Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to avoid malloc.
HTML Regen.
Tag UXP Issue #1344
Diffstat (limited to 'parser/html/nsHtml5ElementName.h')
-rw-r--r-- | parser/html/nsHtml5ElementName.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/parser/html/nsHtml5ElementName.h b/parser/html/nsHtml5ElementName.h index 50415225a..57e80679d 100644 --- a/parser/html/nsHtml5ElementName.h +++ b/parser/html/nsHtml5ElementName.h @@ -51,7 +51,6 @@ class nsHtml5Tokenizer; class nsHtml5TreeBuilder; class nsHtml5MetaScanner; class nsHtml5AttributeName; -class nsHtml5HtmlAttributes; class nsHtml5UTF16Buffer; class nsHtml5StateSnapshot; class nsHtml5Portability; @@ -118,6 +117,7 @@ class nsHtml5ElementName nsHtml5ElementName(); ~nsHtml5ElementName(); void setNameForNonInterned(nsIAtom* name); + static nsHtml5ElementName* ELT_ISINDEX; static nsHtml5ElementName* ELT_AND; static nsHtml5ElementName* ELT_ARG; static nsHtml5ElementName* ELT_ABS; @@ -506,7 +506,6 @@ class nsHtml5ElementName static nsHtml5ElementName* ELT_APPROX; static nsHtml5ElementName* ELT_FECOLORMATRIX; static nsHtml5ElementName* ELT_FECONVOLVEMATRIX; - static nsHtml5ElementName* ELT_ISINDEX; static nsHtml5ElementName* ELT_MATRIX; static nsHtml5ElementName* ELT_APPLY; static nsHtml5ElementName* ELT_BODY; |