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/nsHtml5UTF16Buffer.cpp | |
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/nsHtml5UTF16Buffer.cpp')
-rw-r--r-- | parser/html/nsHtml5UTF16Buffer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parser/html/nsHtml5UTF16Buffer.cpp b/parser/html/nsHtml5UTF16Buffer.cpp index 4ba40eab0..d2f8b9832 100644 --- a/parser/html/nsHtml5UTF16Buffer.cpp +++ b/parser/html/nsHtml5UTF16Buffer.cpp @@ -49,7 +49,6 @@ #include "nsHtml5MetaScanner.h" #include "nsHtml5AttributeName.h" #include "nsHtml5ElementName.h" -#include "nsHtml5HtmlAttributes.h" #include "nsHtml5StackNode.h" #include "nsHtml5StateSnapshot.h" #include "nsHtml5Portability.h" |