summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5UTF16Buffer.cpp
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-18 17:17:17 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:37 -0500
commit76a4af34064296177e11a0d3887a5763a6c3a572 (patch)
tree5dbda446420569acd00e120e34db8e4320ee4336 /parser/html/nsHtml5UTF16Buffer.cpp
parent5d4200f56df55774dcc94df431cc67fe65b674ed (diff)
downloadUXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar
UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar.gz
UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar.lz
UXP-76a4af34064296177e11a0d3887a5763a6c3a572.tar.xz
UXP-76a4af34064296177e11a0d3887a5763a6c3a572.zip
Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.
HTML Regen. Tag UXP Issue #1344
Diffstat (limited to 'parser/html/nsHtml5UTF16Buffer.cpp')
-rw-r--r--parser/html/nsHtml5UTF16Buffer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/parser/html/nsHtml5UTF16Buffer.cpp b/parser/html/nsHtml5UTF16Buffer.cpp
index d2f8b9832..81bdee6e3 100644
--- a/parser/html/nsHtml5UTF16Buffer.cpp
+++ b/parser/html/nsHtml5UTF16Buffer.cpp
@@ -43,12 +43,13 @@
#include "nsIUnicodeDecoder.h"
#include "nsHtml5Macros.h"
#include "nsIContentHandle.h"
+#include "nsHtml5Portability.h"
+#include "nsHtml5AttributeName.h"
+#include "nsHtml5ElementName.h"
#include "nsHtml5Tokenizer.h"
#include "nsHtml5TreeBuilder.h"
#include "nsHtml5MetaScanner.h"
-#include "nsHtml5AttributeName.h"
-#include "nsHtml5ElementName.h"
#include "nsHtml5StackNode.h"
#include "nsHtml5StateSnapshot.h"
#include "nsHtml5Portability.h"