mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.
Manual changes Tag UXP Issue #1344
This commit is contained in:
parent
d91db14a71
commit
39b7466633
5 changed files with 134 additions and 133 deletions
|
|
@ -62,7 +62,7 @@ nsHtml5Tokenizer::EnsureBufferSpace(int32_t aLength)
|
|||
void
|
||||
nsHtml5Tokenizer::StartPlainText()
|
||||
{
|
||||
stateSave = NS_HTML5TOKENIZER_PLAINTEXT;
|
||||
stateSave = nsHtml5Tokenizer::PLAINTEXT;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue