summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5TokenizerCppSupplement.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-18 16:32:18 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:37 -0500
commit5d4200f56df55774dcc94df431cc67fe65b674ed (patch)
tree09cb2550b17d0c925cfb3514b8699ffdc903fc4d /parser/html/nsHtml5TokenizerCppSupplement.h
parent41e477e2ce2d00a793adc6f8ba85540e02275e5f (diff)
downloadUXP-5d4200f56df55774dcc94df431cc67fe65b674ed.tar
UXP-5d4200f56df55774dcc94df431cc67fe65b674ed.tar.gz
UXP-5d4200f56df55774dcc94df431cc67fe65b674ed.tar.lz
UXP-5d4200f56df55774dcc94df431cc67fe65b674ed.tar.xz
UXP-5d4200f56df55774dcc94df431cc67fe65b674ed.zip
Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.
Manual changes Tag UXP Issue #1344
Diffstat (limited to 'parser/html/nsHtml5TokenizerCppSupplement.h')
-rw-r--r--parser/html/nsHtml5TokenizerCppSupplement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/html/nsHtml5TokenizerCppSupplement.h b/parser/html/nsHtml5TokenizerCppSupplement.h
index b8a9bce0e..343fceadd 100644
--- a/parser/html/nsHtml5TokenizerCppSupplement.h
+++ b/parser/html/nsHtml5TokenizerCppSupplement.h
@@ -62,7 +62,7 @@ nsHtml5Tokenizer::EnsureBufferSpace(int32_t aLength)
void
nsHtml5Tokenizer::StartPlainText()
{
- stateSave = NS_HTML5TOKENIZER_PLAINTEXT;
+ stateSave = nsHtml5Tokenizer::PLAINTEXT;
}
void